aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/gnunet-namestore.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2013-10-18 13:35:53 +0000
committerChristian Grothoff <christian@grothoff.org>2013-10-18 13:35:53 +0000
commit37fea746be167772c7691c2e34dce04e71aac51f (patch)
treee5f56beaf467c0e8986cd52278ffc9ddd5d99a46 /src/namestore/gnunet-namestore.c
parent233f7ecbf9d7d5376c39e16b8dedf3f614583485 (diff)
downloadgnunet-37fea746be167772c7691c2e34dce04e71aac51f.tar.gz
gnunet-37fea746be167772c7691c2e34dce04e71aac51f.zip
-fix termination
Diffstat (limited to 'src/namestore/gnunet-namestore.c')
-rw-r--r--src/namestore/gnunet-namestore.c5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/namestore/gnunet-namestore.c b/src/namestore/gnunet-namestore.c
index 3fa20a5e6..36aae6056 100644
--- a/src/namestore/gnunet-namestore.c
+++ b/src/namestore/gnunet-namestore.c
@@ -205,6 +205,11 @@ do_shutdown (void *cls,
205 GNUNET_NAMESTORE_zone_iteration_stop (list_it); 205 GNUNET_NAMESTORE_zone_iteration_stop (list_it);
206 list_it = NULL; 206 list_it = NULL;
207 } 207 }
208 if (NULL != add_zit)
209 {
210 GNUNET_NAMESTORE_zone_iteration_stop (add_zit);
211 add_zit = NULL;
212 }
208 if (NULL != add_qe) 213 if (NULL != add_qe)
209 { 214 {
210 GNUNET_NAMESTORE_cancel (add_qe); 215 GNUNET_NAMESTORE_cancel (add_qe);