- uninitialized memory
authorBart Polot <bart@net.in.tum.de>
Tue, 15 Oct 2013 14:08:29 +0000 (14:08 +0000)
committerBart Polot <bart@net.in.tum.de>
Tue, 15 Oct 2013 14:08:29 +0000 (14:08 +0000)
src/mesh/gnunet-service-mesh_connection.c

index c3aee6f389a570e839d58e7bd87838c2145733e9..a47a3b83523d9eae8702bb77eb7711f088e88b31 100644 (file)
@@ -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);