From 3cd0ab6b66dc7d61f2d93581e2f6ef6fc2a005fb Mon Sep 17 00:00:00 2001 From: Martin Schanzenbach Date: Sat, 14 Jul 2012 16:00:55 +0000 Subject: [PATCH] -leak --- src/gns/gnunet-gns-proxy.c | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/gns/gnunet-gns-proxy.c b/src/gns/gnunet-gns-proxy.c index d128b11fd..02f7e0e9b 100644 --- a/src/gns/gnunet-gns-proxy.c +++ b/src/gns/gnunet-gns-proxy.c @@ -927,6 +927,9 @@ mhd_content_free (void *cls, if (NULL != ctask->response) MHD_destroy_response (ctask->response); + if (NULL != ctask->post_handler) + MHD_destroy_post_processor (ctask->post_handler); + GNUNET_free (ctask); } -- 2.25.1