Skip to content
Snippets Groups Projects
Commit 09460be2 authored by Brian Christiansen's avatar Brian Christiansen
Browse files

Fix compile when configured with --enable-memory-leak-debug

parent a1c2e8c6
No related branches found
No related tags found
No related merge requests found
......@@ -655,7 +655,6 @@ int main(int argc, char *argv[])
slurm_sched_fini(); /* Stop all scheduling */
/* Purge our local data structures */
powercap_fini();
job_fini();
part_fini(); /* part_fini() must preceed node_fini() */
node_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