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

Memory leak: plug one-time memory leak at slurmctld shutdown

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