Skip to content
Snippets Groups Projects
Commit 1aad044a authored by Moe Jette's avatar Moe Jette
Browse files

Eliminate (undocumented) memory leaks caused by forward_* functions.

parent 4de3eb80
No related branches found
No related tags found
No related merge requests found
......@@ -135,6 +135,8 @@ extern void send_rpc(file_bcast_msg_t *bcast_msg,
list_iterator_destroy(itr);
if (ret_list)
list_destroy(ret_list);
xfree(from.name);
destroy_forward(&forward);
if (rc)
exit(1);
}
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