Skip to content
Snippets Groups Projects
Commit 4f30b5d6 authored by tewk's avatar tewk
Browse files

uncommented free call, it was a debug thing

parent 8a5f2011
No related branches found
No related tags found
No related merge requests found
......@@ -76,7 +76,7 @@ main (int argc, char *argv[])
printf ("skipping...\n");
}
//slurm_free_node_info ( node_info_msg_ptr ) ;
slurm_free_node_info ( node_info_msg_ptr ) ;
exit (0);
}
#endif
......
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