From: Christian Grothoff Date: Wed, 1 Jun 2011 16:06:22 +0000 (+0000) Subject: fix X-Git-Tag: initial-import-from-subversion-38251~18355 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0de175878138e8704fa3820cee40b7fe8d4606f2;p=oweals%2Fgnunet.git fix --- diff --git a/src/transport/plugin_transport_tcp.c b/src/transport/plugin_transport_tcp.c index b500b3a72..7199bbfc7 100644 --- a/src/transport/plugin_transport_tcp.c +++ b/src/transport/plugin_transport_tcp.c @@ -1998,6 +1998,7 @@ handle_tcp_welcome (void *cls, "tcp", "Found address `%s' (already have session)\n", GNUNET_a2s (vaddr, alen)); + GNUNET_free (vaddr); } #endif }