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

fix small memory leak

parent e5179442
No related branches found
No related tags found
No related merge requests found
......@@ -2747,6 +2747,7 @@ static void _list_delete_job(void *job_entry)
xfree(job_ptr->cpu_count_reps);
xfree(job_ptr->node_addr);
xfree(job_ptr->account);
xfree(job_ptr->resp_host);
xfree(job_ptr->mail_user);
xfree(job_ptr->network);
xfree(job_ptr->alloc_lps);
......
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