memory leak
authorMatthias Wachs <wachs@net.in.tum.de>
Tue, 28 Jun 2011 15:58:37 +0000 (15:58 +0000)
committerMatthias Wachs <wachs@net.in.tum.de>
Tue, 28 Jun 2011 15:58:37 +0000 (15:58 +0000)
src/transport/plugin_transport_unix.c

index 27187a9d65edab3b7f2bd100baca5f19246348bc..4f10d7270b6c1635a0743f5bdcb7b7b21a973f10 100644 (file)
@@ -1173,6 +1173,7 @@ libgnunet_plugin_transport_unix_done (void *cls)
   unix_transport_server_stop (plugin);
 
   GNUNET_NETWORK_fdset_destroy (plugin->rs);
+  GNUNET_free (plugin->unix_socket_path);
   GNUNET_free (plugin);
   GNUNET_free (api);
   return NULL;