Commit bb496ff0 authored by Jonathan Beck's avatar Jonathan Beck

remove duplicate free

parent 842db4eb
...@@ -253,7 +253,6 @@ static int receive_AFC_data(AFClient *client, char **dump_here) { ...@@ -253,7 +253,6 @@ static int receive_AFC_data(AFClient *client, char **dump_here) {
if (!recv_len && r_packet->operation == AFC_SUCCESS_RESPONSE) if (!recv_len && r_packet->operation == AFC_SUCCESS_RESPONSE)
{ {
*dump_here = NULL; *dump_here = NULL;
free(r_packet);
return 0; return 0;
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment