From 99bb85aa82dd850fa54634937be7ed331b91696f Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Thu, 12 Dec 2013 18:32:15 +0000 Subject: [PATCH] -fix leak --- src/mesh/gnunet-mesh.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/mesh/gnunet-mesh.c b/src/mesh/gnunet-mesh.c index b349cf500..fa19a09e9 100644 --- a/src/mesh/gnunet-mesh.c +++ b/src/mesh/gnunet-mesh.c @@ -206,6 +206,7 @@ listen_stdio (void) GNUNET_TIME_UNIT_FOREVER_REL, rs, NULL, &read_stdio, NULL); + GNUNET_NETWORK_fdset_destroy (rs); } -- 2.25.1