From 0beed5ba03f1a29dbc27c62a063ca51dbe625663 Mon Sep 17 00:00:00 2001 From: Matthias Wachs Date: Tue, 28 Jun 2011 15:58:37 +0000 Subject: memory leak --- src/transport/plugin_transport_unix.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/transport/plugin_transport_unix.c b/src/transport/plugin_transport_unix.c index 27187a9d6..4f10d7270 100644 --- a/src/transport/plugin_transport_unix.c +++ b/src/transport/plugin_transport_unix.c @@ -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; -- cgit v1.2.3