From 6f0bb58c63388841df575d7074396d91d7f55c67 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 16 Jul 2011 20:07:18 +0000 Subject: [PATCH] leak --- src/transport/plugin_transport_udp.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c index 07cffa60c..ba87f206c 100644 --- a/src/transport/plugin_transport_udp.c +++ b/src/transport/plugin_transport_udp.c @@ -1412,6 +1412,7 @@ libgnunet_plugin_transport_udp_init (void *cls) GNUNET_free_non_null (plugin->bind4_address); GNUNET_free (plugin->bind6_address); GNUNET_free (plugin); + GNUNET_free (api); return NULL; } } -- 2.25.1