From: Bart Polot Date: Sat, 21 Dec 2013 22:12:54 +0000 (+0000) Subject: - take care of PEER RCs X-Git-Tag: initial-import-from-subversion-38251~5227 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=3a8436fdd4335a2a21c0a1b05c1127de7e83050a;p=oweals%2Fgnunet.git - take care of PEER RCs --- 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);