From acd33f3c5797c16489867a264c148cbfb88a4222 Mon Sep 17 00:00:00 2001 From: Christian Grothoff Date: Sat, 21 Dec 2013 21:45:12 +0000 Subject: [PATCH] -fix leak --- src/mesh/gnunet-service-mesh_connection.c | 1 + 1 file changed, 1 insertion(+) 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, if (0 == own_pos) { GNUNET_break_op (0); + GNUNET_free (path); return GNUNET_OK; } LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); -- 2.25.1