You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 31, 2021. It is now read-only.
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.
0 commit comments