From: Christian Grothoff Date: Thu, 23 Jun 2011 10:12:00 +0000 (+0000) Subject: fixing 1721 X-Git-Tag: initial-import-from-subversion-38251~18051 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=9b9f6807ca43df89826ece10aaf44b9e0580f2e4;p=oweals%2Fgnunet.git fixing 1721 --- diff --git a/src/fs/gnunet-service-fs_cp.c b/src/fs/gnunet-service-fs_cp.c index 56129273c..c2bb02900 100644 --- a/src/fs/gnunet-service-fs_cp.c +++ b/src/fs/gnunet-service-fs_cp.c @@ -1700,6 +1700,8 @@ GSF_peer_disconnect_handler_ (void *cls, cp->pth_tail, pth); GNUNET_assert (0 == pth->cth_in_progress); + pth->gmc (pth->gmc_cls, + 0, NULL); GNUNET_free (pth); } while (NULL != (dh = cp->delayed_head))