aboutsummaryrefslogtreecommitdiff
path: root/src/transport/plugin_transport_udp.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-06-21 17:25:39 +0000
committerChristian Grothoff <christian@grothoff.org>2013-06-21 17:25:39 +0000
commit5ab6366f0b0e0cf98761236f97963bc5d3c8e47d (patch)
tree0c2885ba568bb281b9457056a6fa13563b45de09 /src/transport/plugin_transport_udp.c
parent8be4e6364fa78137f0dced53c06a764e591c7c5b (diff)
downloadgnunet-5ab6366f0b0e0cf98761236f97963bc5d3c8e47d.tar.gz
gnunet-5ab6366f0b0e0cf98761236f97963bc5d3c8e47d.zip
-fix double free
Diffstat (limited to 'src/transport/plugin_transport_udp.c')
-rw-r--r--src/transport/plugin_transport_udp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/transport/plugin_transport_udp.c b/src/transport/plugin_transport_udp.c
index fa90d16c1..c0077b26c 100644
--- a/src/transport/plugin_transport_udp.c
+++ b/src/transport/plugin_transport_udp.c
@@ -2804,7 +2804,6 @@ libgnunet_plugin_transport_udp_init (void *cls)
2804 { 2804 {
2805 LOG (GNUNET_ERROR_TYPE_ERROR, _("Invalid IPv6 address: `%s'\n"), 2805 LOG (GNUNET_ERROR_TYPE_ERROR, _("Invalid IPv6 address: `%s'\n"),
2806 bind6_address); 2806 bind6_address);
2807 GNUNET_free_non_null (bind4_address);
2808 GNUNET_free (bind6_address); 2807 GNUNET_free (bind6_address);
2809 return NULL; 2808 return NULL;
2810 } 2809 }