Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Conversation

@runrevmark
Copy link
Contributor

This patch fixes a memory leak which occurs when opening a dbsqlite
connection fails. As sqlite3_open will create a connection struct
even if there is an error, sqlite3_close must be called regardless of
the error returned when opening it.

This patch fixes a memory leak which occurs when opening a dbsqlite
connection fails. As sqlite3_open will create a connection struct
even if there is an error, sqlite3_close must be called regardless of
the error returned when opening it.
@livecodeali
Copy link
Member

@livecode-vulcan review ok ccdac33

@livecode-vulcan
Copy link

💙 review by @livecodeali ok ccdac33

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

4 participants