Skip to content
Snippets Groups Projects
Commit cac8a3de authored by Moe Jette's avatar Moe Jette
Browse files

free license data structure on mem-leak-test shutdown

parent 41f285f4
No related branches found
No related tags found
No related merge requests found
......@@ -668,6 +668,7 @@ int main(int argc, char *argv[])
switch_fini();
/* purge remaining data structures */
license_free();
slurm_cred_ctx_destroy(slurmctld_config.cred_ctx);
slurm_crypto_fini(); /* must be after ctx_destroy */
slurm_conf_destroy();
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment