We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c46377f commit 54a08d9Copy full SHA for 54a08d9
1 file changed
test/main.c
@@ -291,6 +291,7 @@ int main (void) {
291
sqlite3 *db = NULL;
292
rc += open_load_ext(DB_PATH, &db);
293
rc += db_init(db);
294
+ if (db) sqlite3_close(db);
295
296
rc += test_report("Init+Sync Test:", test_init(DB_PATH, 0));
297
rc += test_report("Is Enabled Test:", test_is_enabled(DB_PATH));
0 commit comments