aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/mesh/gnunet-service-mesh_connection.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/mesh/gnunet-service-mesh_connection.c b/src/mesh/gnunet-service-mesh_connection.c
index 0e3831569..6b2edb403 100644
--- a/src/mesh/gnunet-service-mesh_connection.c
+++ b/src/mesh/gnunet-service-mesh_connection.c
@@ -2095,6 +2095,8 @@ GMC_destroy (struct MeshConnection *c)
2095 if (GNUNET_NO == GMC_is_origin (c, GNUNET_YES)) 2095 if (GNUNET_NO == GMC_is_origin (c, GNUNET_YES))
2096 path_destroy (c->path); 2096 path_destroy (c->path);
2097 2097
2098 GNUNET_CONTAINER_multihashmap_remove (connections, &c->id, c);
2099
2098 GNUNET_free (c); 2100 GNUNET_free (c);
2099} 2101}
2100 2102