- dont double free in case of error
[oweals/gnunet.git] / src / mesh / gnunet-service-mesh_connection.c
index d8d492826c8f7ba575a8ed10ff5ace58b9ebfd73..04bfe4e56aba12ae11209376c855e4ac1f186764 100644 (file)
@@ -2103,7 +2103,6 @@ GMC_new (const struct GNUNET_HashCode *cid,
   {
     GNUNET_break (0);
     GMC_destroy (c);
-    path_destroy (p);
     return NULL;
   }
   c->own_pos = own_pos;