fix
authorChristian Grothoff <christian@grothoff.org>
Wed, 12 May 2010 06:29:38 +0000 (06:29 +0000)
committerChristian Grothoff <christian@grothoff.org>
Wed, 12 May 2010 06:29:38 +0000 (06:29 +0000)
src/dht/gnunet-service-dht.c

index 13c10495ac982256560391a739a5b2b9d693f668..8c7e6692014098c31ab50c40d9510cb1b7a593cc 100644 (file)
@@ -702,6 +702,8 @@ shutdown_task (void *cls, const struct GNUNET_SCHEDULER_TaskContext *tc)
   }
   if (coreAPI != NULL)
     GNUNET_CORE_disconnect (coreAPI);
+  if (datacache != NULL)
+    GNUNET_DATACACHE_destroy (datacache);
 }