leak
authorChristian Grothoff <christian@grothoff.org>
Fri, 15 Jul 2011 08:55:26 +0000 (08:55 +0000)
committerChristian Grothoff <christian@grothoff.org>
Fri, 15 Jul 2011 08:55:26 +0000 (08:55 +0000)
src/transport/plugin_transport_udp.c

index 183331092f3979c0bbc56336d931050d107b5c75..bc45e496f2279116e136a9a6871ff19dd8870de1 100644 (file)
@@ -1388,6 +1388,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
        {
          GNUNET_free (plugin->bind4_address);
          GNUNET_free (plugin);
+         GNUNET_free (api);
          return NULL;
        }
     }