Skip to content

SQLite mismatch open/close API calls #2275

@aleks-f

Description

@aleks-f

SQLite connection is opened with sqlite3_open_v2, but closed with sqlite3_close. Valgrind reports memory leak.

Closing with sqlite3_close_v2 fixes it.

Metadata

Metadata

Assignees

Labels

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions