gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r5352 - in GNUnet: m4 src/applications/sqstore_sqlite


From: gnunet
Subject: [GNUnet-SVN] r5352 - in GNUnet: m4 src/applications/sqstore_sqlite
Date: Tue, 24 Jul 2007 13:39:31 -0600 (MDT)

Author: grothoff
Date: 2007-07-24 13:39:30 -0600 (Tue, 24 Jul 2007)
New Revision: 5352

Modified:
   GNUnet/m4/Makefile.in
   GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fx

Modified: GNUnet/m4/Makefile.in
===================================================================
--- GNUnet/m4/Makefile.in       2007-07-24 15:20:08 UTC (rev 5351)
+++ GNUnet/m4/Makefile.in       2007-07-24 19:39:30 UTC (rev 5352)
@@ -170,6 +170,7 @@
 PKG_CONFIG = @PKG_CONFIG@
 POSUB = @POSUB@
 RANLIB = @RANLIB@
+SED = @SED@
 SET_MAKE = @SET_MAKE@
 SHELL = @SHELL@
 SOLARIS_FALSE = @SOLARIS_FALSE@

Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c     2007-07-24 15:20:08 UTC 
(rev 5351)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c     2007-07-24 19:39:30 UTC 
(rev 5352)
@@ -916,7 +916,6 @@
   FREE (handles);
   handles = NULL;
   handle_count = 0;
-  MUTEX_DESTROY (lock);
   FREE (fn);
   fn = NULL;
 }
@@ -1274,6 +1273,7 @@
     }
   createIndices (dbh->dbh);
   sqlite_shutdown ();
+  MUTEX_DESTROY (lock);
 }
 
 /* end of sqlite.c */





reply via email to

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