aboutsummaryrefslogtreecommitdiff
path: root/src/fs
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-06-23 10:12:00 +0000
committerChristian Grothoff <christian@grothoff.org>2011-06-23 10:12:00 +0000
commit9b9f6807ca43df89826ece10aaf44b9e0580f2e4 (patch)
tree67c5f03d7c0bf275daf072eb36934c41af13e6d2 /src/fs
parent77ba8586ed976aec632d6119e174460966c99084 (diff)
downloadgnunet-9b9f6807ca43df89826ece10aaf44b9e0580f2e4.tar.gz
gnunet-9b9f6807ca43df89826ece10aaf44b9e0580f2e4.zip
fixing 1721
Diffstat (limited to 'src/fs')
-rw-r--r--src/fs/gnunet-service-fs_cp.c2
1 files changed, 2 insertions, 0 deletions
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,
1700 cp->pth_tail, 1700 cp->pth_tail,
1701 pth); 1701 pth);
1702 GNUNET_assert (0 == pth->cth_in_progress); 1702 GNUNET_assert (0 == pth->cth_in_progress);
1703 pth->gmc (pth->gmc_cls,
1704 0, NULL);
1703 GNUNET_free (pth); 1705 GNUNET_free (pth);
1704 } 1706 }
1705 while (NULL != (dh = cp->delayed_head)) 1707 while (NULL != (dh = cp->delayed_head))