aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-07-16 20:07:18 +0000
committerChristian Grothoff <christian@grothoff.org>2011-07-16 20:07:18 +0000
commit6f0bb58c63388841df575d7074396d91d7f55c67 (patch)
treea44ecc6fcf821a9afbaf207afb4648a0360b8ad1 /src/transport/plugin_transport_udp.c
parent47374bce4562e21e5d61981b5cc77efa0a994b22 (diff)
downloadgnunet-6f0bb58c63388841df575d7074396d91d7f55c67.tar.gz
gnunet-6f0bb58c63388841df575d7074396d91d7f55c67.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 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)
1412 GNUNET_free_non_null (plugin->bind4_address); 1412 GNUNET_free_non_null (plugin->bind4_address);
1413 GNUNET_free (plugin->bind6_address); 1413 GNUNET_free (plugin->bind6_address);
1414 GNUNET_free (plugin); 1414 GNUNET_free (plugin);
1415 GNUNET_free (api);
1415 return NULL; 1416 return NULL;
1416 } 1417 }
1417 } 1418 }