- Fixed memory leak
authorBart Polot <bart@net.in.tum.de>
Sat, 29 Sep 2012 11:50:51 +0000 (11:50 +0000)
committerBart Polot <bart@net.in.tum.de>
Sat, 29 Sep 2012 11:50:51 +0000 (11:50 +0000)
src/mesh/gnunet-service-mesh.c

index 80a6b4ba18ad4d3bbfc2d736851362216cd96548..af538a671160da980e19c1e0904c7439942738f9 100644 (file)
@@ -4234,6 +4234,7 @@ tunnel_destroy (struct MeshTunnel *t)
       r = GNUNET_SYSERR;
     }
     GNUNET_free (t->clients);
+    GNUNET_free (t->clients_fc);
   }
 
   if (NULL != t->peers)