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

Fix for one-time memory leak at slurmctld shutdown time

parent 64654579
No related branches found
No related tags found
No related merge requests found
......@@ -663,6 +663,7 @@ int main(int argc, char *argv[])
/* Some plugins are needed to purge job/node data structures,
* unplug after other data structures are purged */
ext_sensors_fini();
gres_plugin_fini();
job_submit_plugin_fini();
slurm_preempt_fini();
......
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