aboutsummaryrefslogtreecommitdiff
path: root/src/namestore/namestore_api.c
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2012-05-14 23:44:22 +0000
committerChristian Grothoff <christian@grothoff.org>2012-05-14 23:44:22 +0000
commit720afac61536fbb212c0010f31764704c12aab0f (patch)
tree323e2147f8c13f27c5699e237d08649a2f6242d3 /src/namestore/namestore_api.c
parentb633941315e126aed01437fb56bcc8dfb64908b1 (diff)
downloadgnunet-720afac61536fbb212c0010f31764704c12aab0f.tar.gz
gnunet-720afac61536fbb212c0010f31764704c12aab0f.zip
-fixing misc seaspider parser errors
Diffstat (limited to 'src/namestore/namestore_api.c')
-rw-r--r--src/namestore/namestore_api.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/namestore/namestore_api.c b/src/namestore/namestore_api.c
index 8c55e13a4..eadbeb55f 100644
--- a/src/namestore/namestore_api.c
+++ b/src/namestore/namestore_api.c
@@ -935,7 +935,8 @@ clean_up_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
935 } 935 }
936 GNUNET_free(h); 936 GNUNET_free(h);
937 h = NULL; 937 h = NULL;
938}; 938}
939
939 940
940/** 941/**
941 * Disconnect from the namestore service (and free associated 942 * Disconnect from the namestore service (and free associated