-leak
authorMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 14 Jul 2012 16:00:55 +0000 (16:00 +0000)
committerMartin Schanzenbach <mschanzenbach@posteo.de>
Sat, 14 Jul 2012 16:00:55 +0000 (16:00 +0000)
src/gns/gnunet-gns-proxy.c

index d128b11fd48cbe9037445fcb2f2596cdf9d33487..02f7e0e9bee1de1154808ad13ba75362f4fb3792 100644 (file)
@@ -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);
 }