From d3cc12ee5c871cdf4c32972925e1ea235c10e33f Mon Sep 17 00:00:00 2001 From: Bart Polot Date: Tue, 15 Oct 2013 14:08:29 +0000 Subject: [PATCH] - uninitialized memory --- src/mesh/gnunet-service-mesh_connection.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c index c3aee6f38..a47a3b835 100644 --- a/src/mesh/gnunet-service-mesh_connection.c +++ b/src/mesh/gnunet-service-mesh_connection.c @@ -1013,7 +1013,6 @@ GMC_handle_create (void *cls, const struct GNUNET_PeerIdentity *peer, /* create path: self not found in path through self */ GNUNET_break_op (0); path_destroy (path); - GMC_destroy (c); return GNUNET_OK; } LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); -- 2.25.1