aboutsummaryrefslogtreecommitdiff
path: root/src/fs/fs.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2010-03-12 13:29:05 +0000
committerChristian Grothoff <christian@grothoff.org>2010-03-12 13:29:05 +0000
commita6f43190ab793b3487da2133735e166e337000c4 (patch)
treefc2dacc6a36f3ec04cf86a14cdea9c5bdf45274f /src/fs/fs.c
parent61cfd3340e67672f351ab92dab7da72dca058c79 (diff)
downloadgnunet-a6f43190ab793b3487da2133735e166e337000c4.tar.gz
gnunet-a6f43190ab793b3487da2133735e166e337000c4.zip
cancel pending write if we are just dead anyway
Diffstat (limited to 'src/fs/fs.c')
-rw-r--r--src/fs/fs.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/fs/fs.c b/src/fs/fs.c
index 8396fc18f..2d080bfa6 100644
--- a/src/fs/fs.c
+++ b/src/fs/fs.c
@@ -97,7 +97,7 @@ GNUNET_FS_stop (struct GNUNET_FS_Handle *h)
97{ 97{
98 // FIXME: serialize state!? (or is it always serialized???) 98 // FIXME: serialize state!? (or is it always serialized???)
99 // FIXME: terminate receive-loop with client 99 // FIXME: terminate receive-loop with client
100 GNUNET_CLIENT_disconnect (h->client); 100 GNUNET_CLIENT_disconnect (h->client, GNUNET_NO);
101 GNUNET_free (h->client_name); 101 GNUNET_free (h->client_name);
102 GNUNET_free (h); 102 GNUNET_free (h);
103} 103}