aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 1 insertions, 1 deletions
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,
1419 if (0 == own_pos) 1419 if (0 == own_pos)
1420 { 1420 {
1421 GNUNET_break_op (0); 1421 GNUNET_break_op (0);
1422 GNUNET_free (path); 1422 path_destroy (path);
1423 return GNUNET_OK; 1423 return GNUNET_OK;
1424 } 1424 }
1425 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos); 1425 LOG (GNUNET_ERROR_TYPE_DEBUG, " Own position: %u\n", own_pos);