wcdb
wcdb copied to clipboard
Potential memory leak -04.
The language of WCDB
Java
The platform of WCDB
Android
What's the issue?
Potential memory leak in com_tencent_wcdb_database_SQLiteConnection.cpp line 430-433. The err is not released will cause a memory leak. Doc says "Whether or not an error occurs when it is opened, resources associated with the database connection handle should be released by passing it to sqlite3_close() when it is no longer required."
