aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-12 18:32:15 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-12 18:32:15 +0000
commit99bb85aa82dd850fa54634937be7ed331b91696f (patch)
treea4a1e57bc673f2ab5ddceec7513c7cbbdfd461c6 /src
parent73b81b1d9d597e88a999b7bfdde6a6690f64e227 (diff)
downloadgnunet-99bb85aa82dd850fa54634937be7ed331b91696f.tar.gz
gnunet-99bb85aa82dd850fa54634937be7ed331b91696f.zip
-fix leak
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-mesh.c1
1 files changed, 1 insertions, 0 deletions
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)
206 GNUNET_TIME_UNIT_FOREVER_REL, 206 GNUNET_TIME_UNIT_FOREVER_REL,
207 rs, NULL, 207 rs, NULL,
208 &read_stdio, NULL); 208 &read_stdio, NULL);
209 GNUNET_NETWORK_fdset_destroy (rs);
209} 210}
210 211
211 212