mirror of
https://git.gnunet.org/libmicrohttpd.git
synced 2026-09-25 04:09:31 +03:00
chunked_example: fixed resource leak
This commit is contained in:
@@ -143,6 +143,7 @@ ahc_echo (void *cls,
|
||||
"chunked"))
|
||||
{
|
||||
free (callback_param);
|
||||
MHD_destroy_response (response);
|
||||
return MHD_NO;
|
||||
}
|
||||
ret = MHD_queue_response (connection, MHD_HTTP_OK, response);
|
||||
|
||||
Reference in New Issue
Block a user