Skip to content
Snippets Groups Projects
Commit 56b04e1e authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Fix memory leak in slurm_send_recv_msgs().

parent c1fd6d44
No related branches found
No related tags found
No related merge requests found
......@@ -2065,6 +2065,7 @@ List slurm_send_recv_msgs(const char *nodelist, slurm_msg_t *msg,
}
list_iterator_destroy(itr);
}
xfree(msg->forward.nodelist);
free(name);
break;
}
......
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