aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-15 08:55:26 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-15 08:55:26 +0000
commitaa2a5133a3d41c378c8d219cc8878597c97094df (patch)
tree1622ec1753cc8f02b497c0a75d124707c7be39d7 /src/transport/plugin_transport_udp.c
parent7ceb954a888d5a844b434e4bdd5c4a034a2d7676 (diff)
downloadgnunet-aa2a5133a3d41c378c8d219cc8878597c97094df.tar.gz
gnunet-aa2a5133a3d41c378c8d219cc8878597c97094df.zip
leak
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index 183331092..bc45e496f 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -1388,6 +1388,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
1388 { 1388 {
1389 GNUNET_free (plugin->bind4_address); 1389 GNUNET_free (plugin->bind4_address);
1390 GNUNET_free (plugin); 1390 GNUNET_free (plugin);
1391 GNUNET_free (api);
1391 return NULL; 1392 return NULL;
1392 } 1393 }
1393 } 1394 }