Skip to content
Snippets Groups Projects
Commit a5b3d0fe authored by Danny Auble's avatar Danny Auble
Browse files

jobacct - fix memory leak when using procktrack to get processes

parent d0efa580
No related branches found
No related tags found
No related merge requests found
......@@ -571,6 +571,7 @@ extern void jobacct_gather_p_poll_data(
snprintf(proc_io_file, 256, "/proc/%d/io", pids[i]);
_handle_stats(prec_list, proc_stat_file, proc_io_file);
}
xfree(pids);
} else {
slurm_mutex_lock(&reading_mutex);
......
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