leak
authorChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 20:07:18 +0000 (20:07 +0000)
committerChristian Grothoff <christian@grothoff.org>
Sat, 16 Jul 2011 20:07:18 +0000 (20:07 +0000)
src/transport/plugin_transport_udp.c

index 07cffa60c6154240baa2469f40a308dae0654afa..ba87f206c97a3eb41b25cb1d4f1ac034d6ccb94a 100644 (file)
@@ -1412,6 +1412,7 @@ libgnunet_plugin_transport_udp_init (void *cls)
          GNUNET_free_non_null (plugin->bind4_address);
          GNUNET_free (plugin->bind6_address);
          GNUNET_free (plugin);
+         GNUNET_free (api);
          return NULL;
        }
     }