gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r1980 - GNUnet/src/applications/sqstore_sqlite


From: grothoff
Subject: [GNUnet-SVN] r1980 - GNUnet/src/applications/sqstore_sqlite
Date: Sat, 27 Aug 2005 16:50:35 -0700 (PDT)

Author: grothoff
Date: 2005-08-27 16:50:34 -0700 (Sat, 27 Aug 2005)
New Revision: 1980

Modified:
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
release stats

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-27 23:49:27 UTC 
(rev 1979)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2005-08-27 23:50:34 UTC 
(rev 1980)
@@ -977,11 +977,14 @@
  * Shutdown the module.
  */
 void release_module_sqstore_sqlite() {
+  if (stats != NULL)
+    coreAPI->releaseService(stats);  
   sqlite_shutdown();
 #if DEBUG_SQLITE
   LOG(LOG_DEBUG, 
       "SQLite: database shutdown\n");
 #endif
+  coreAPI = NULL;
 }
 
 /* end of sqlite.c */





reply via email to

[Prev in Thread] Current Thread [Next in Thread]