Skip to content
Snippets Groups Projects
Commit 1d17e22d authored by Morris Jette's avatar Morris Jette
Browse files

Fix for slurmd memory leak at shutdown

parent 18b59d5d
No related branches found
No related tags found
No related merge requests found
...@@ -199,7 +199,7 @@ extern int acct_gather_profile_fini(void) ...@@ -199,7 +199,7 @@ extern int acct_gather_profile_fini(void)
slurm_mutex_lock(&g_context_lock); slurm_mutex_lock(&g_context_lock);
if (g_context) if (!g_context)
goto done; goto done;
init_run = false; init_run = false;
......
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