From 3a8436fdd4335a2a21c0a1b05c1127de7e83050a Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Sat, 21 Dec 2013 22:12:54 +0000 Subject: [PATCH] - take care of PEER RCs --- src/mesh/gnunet-service-mesh_connection.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index 88f457967..3d4f18678 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1419,7 +1419,7 @@ GMC_handle_create (void *cls, const struct GNUNET_PeerIdentity *peer, if (0 == own_pos) { GNUNET_break_op (0); - GNUNET_free (path); + path_destroy (path); return GNUNET_OK; } LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); -- 2.25.1