From: Matthias Wachs Date: Tue, 28 Jun 2011 15:58:37 +0000 (+0000) Subject: memory leak X-Git-Tag: initial-import-from-subversion-38251~18023 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0beed5ba03f1a29dbc27c62a063ca51dbe625663;p=oweals%2Fgnunet.git memory leak --- 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;