aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-12-21 21:45:12 +0000
committerChristian Grothoff <christian@grothoff.org>2013-12-21 21:45:12 +0000
commitacd33f3c5797c16489867a264c148cbfb88a4222 (patch)
tree3db280bb2c6a9f6783584fc9505c3ac7fb9cceb8 /src
parenta7aed6642cfa6944942ee8de498f58bdab9320a7 (diff)
downloadgnunet-acd33f3c5797c16489867a264c148cbfb88a4222.tar.gz
gnunet-acd33f3c5797c16489867a264c148cbfb88a4222.zip
-fix leak
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 26182cbe5..88f457967 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -1419,6 +1419,7 @@ GMC_handle_create (void *cls, const struct GNUNET_PeerIdentity *peer,
1419 if (0 == own_pos) 1419 if (0 == own_pos)
1420 { 1420 {
1421 GNUNET_break_op (0); 1421 GNUNET_break_op (0);
1422 GNUNET_free (path);
1422 return GNUNET_OK; 1423 return GNUNET_OK;
1423 } 1424 }
1424 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); 1425 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos);