-leak fix

This commit is contained in:
Christian Grothoff 2022-05-12 14:40:07 +02:00
parent 6518cc20dd
commit 7689c71cea
No known key found for this signature in database
GPG Key ID: 939E6BE1E29FC3CC

View File

@ -152,6 +152,7 @@ destroy_wire_state (struct WireStateHandle *wsh)
GNUNET_free (wfs);
}
MHD_destroy_response (wsh->wire_reply);
GNUNET_free (wsh->etag);
GNUNET_free (wsh);
}