projects
/
oweals
/
gnunet.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
d0baebf
)
memory leak
author
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 28 Jun 2011 15:58:37 +0000
(15:58 +0000)
committer
Matthias Wachs
<wachs@net.in.tum.de>
Tue, 28 Jun 2011 15:58:37 +0000
(15:58 +0000)
src/transport/plugin_transport_unix.c
patch
|
blob
|
history
diff --git
a/src/transport/plugin_transport_unix.c
b/src/transport/plugin_transport_unix.c
index 27187a9d65edab3b7f2bd100baca5f19246348bc..4f10d7270b6c1635a0743f5bdcb7b7b21a973f10 100644
(file)
--- 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;