[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] r3632 - GNUnet/src/applications/sqstore_sqlite
From: |
grothoff |
Subject: |
[GNUnet-SVN] r3632 - GNUnet/src/applications/sqstore_sqlite |
Date: |
Fri, 3 Nov 2006 11:36:08 -0800 (PST) |
Author: grothoff
Date: 2006-11-03 11:36:06 -0800 (Fri, 03 Nov 2006)
New Revision: 3632
Modified:
GNUnet/src/applications/sqstore_sqlite/sqlite.c
Log:
fix
Modified: GNUnet/src/applications/sqstore_sqlite/sqlite.c
===================================================================
--- GNUnet/src/applications/sqstore_sqlite/sqlite.c 2006-11-03 19:15:15 UTC
(rev 3631)
+++ GNUnet/src/applications/sqstore_sqlite/sqlite.c 2006-11-03 19:36:06 UTC
(rev 3632)
@@ -1238,10 +1238,6 @@
"SQLite: database shutdown\n");
#endif
coreAPI = NULL;
- MUTEX_DESTROY(db->DATABASE_Lock_);
- FREE(db->fn);
- FREE(db);
- db = NULL;
}
@@ -1292,11 +1288,7 @@
return;
}
createIndices(dbh->dbh);
-
- MUTEX_DESTROY(db->DATABASE_Lock_);
- FREE(db->fn);
- FREE(db);
- db = NULL;
+ sqlite_shutdown();
}
/* end of sqlite.c */
[Prev in Thread] |
Current Thread |
[Next in Thread] |
- [GNUnet-SVN] r3632 - GNUnet/src/applications/sqstore_sqlite,
grothoff <=