multicast,psyc: switch to SERVICE API
authorGabor X Toth <*@tg-x.net>
Sat, 24 Sep 2016 00:38:40 +0000 (00:38 +0000)
committerGabor X Toth <*@tg-x.net>
Sat, 24 Sep 2016 00:38:40 +0000 (00:38 +0000)
src/multicast/gnunet-service-multicast.c
src/psyc/gnunet-service-psyc.c

index 75e98eae3a12e9744b3a73072dddab35bef349d9..e84fdb20f3116447a126f5fac5741e3d528fec6a 100644 (file)
@@ -1830,6 +1830,7 @@ client_notify_disconnect (void *cls,
 {
   struct Client *c = app_ctx;
   struct Group *grp = c->group;
+  GNUNET_free (c);
 
   if (NULL == grp)
   {
index 66612a451261d6ed68e21d63a79eaea539e54f0f..2293c918184854ed1ff89df9f338cd09eb88d3bf 100644 (file)
@@ -595,6 +595,7 @@ client_notify_disconnect (void *cls,
 {
   struct Client *c = app_ctx;
   struct Channel *chn = c->channel;
+  GNUNET_free (c);
 
   if (NULL == chn)
   {