Fix a potential memory leak reported by Coverity

This commit is contained in:
Tim Wojtulewicz 2025-07-11 22:38:21 -07:00
parent dea44003a1
commit 0b3b5e2ef2

View file

@ -332,6 +332,7 @@ OperationResult SQLite::DoClose(ResultCallback* cb) {
} }
expire_db = nullptr; expire_db = nullptr;
sqlite3_free(errmsg);
} }
if ( page_count_metric ) if ( page_count_metric )