aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/transport/plugin_transport_unix.c1
1 files changed, 1 insertions, 0 deletions
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)
1173 unix_transport_server_stop (plugin); 1173 unix_transport_server_stop (plugin);
1174 1174
1175 GNUNET_NETWORK_fdset_destroy (plugin->rs); 1175 GNUNET_NETWORK_fdset_destroy (plugin->rs);
1176 GNUNET_free (plugin->unix_socket_path);
1176 GNUNET_free (plugin); 1177 GNUNET_free (plugin);
1177 GNUNET_free (api); 1178 GNUNET_free (api);
1178 return NULL; 1179 return NULL;