aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 }