-fix double free
authorChristian Grothoff <christian@grothoff.org>
Fri, 21 Jun 2013 17:25:39 +0000 (17:25 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 21 Jun 2013 17:25:39 +0000 (17:25 +0000)
src/transport/plugin_transport_udp.c

index fa90d16c1267e3cc16bb0a5b15b25cda8f4d0c4b..c0077b26c504ddc0a5dcca57090bd2f93f11bfc4 100644 (file)
@@ -2804,7 +2804,6 @@ libgnunet_plugin_transport_udp_init (void *cls)
     {
       LOG (GNUNET_ERROR_TYPE_ERROR, _("Invalid IPv6 address: `%s'\n"),
            bind6_address);
-      GNUNET_free_non_null (bind4_address);
       GNUNET_free (bind6_address);
       return NULL;
     }