1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-11-15 11:41:13 +03:00

Fix compiler warning.

FossilOrigin-Name: 37d9bc061d5ecfe37ccbd6f559986d7ae0449179
This commit is contained in:
mistachkin
2012-06-15 20:42:43 +00:00
parent 167cd6ab78
commit 4104337270
3 changed files with 8 additions and 9 deletions

View File

@@ -895,7 +895,6 @@ void sqlite3LeaveMutexAndCloseZombie(sqlite3 *db){
sqlite3_free(db->lookaside.pStart);
}
sqlite3_free(db);
return SQLITE_OK;
}
/*