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 when executing sqlite queries. The
leak is caused by failing to release the array holding the fetched
column values (azVals) in the sqlite3_query_exec function.

This patch fixes a memory leak when executing sqlite queries. The
leak is caused by failing to release the array holding the fetched
column values (azVals) in the sqlite3_query_exec function.
@runrevmark runrevmark added the bug label Mar 26, 2019
@runrevmark runrevmark added this to the 9.0.4-rc-1 milestone Mar 26, 2019
@montegoulding
Copy link
Member

@livecode-vulcan review ok d7ed8e6

@livecode-vulcan
Copy link

💙 review by @montegoulding ok d7ed8e6

@livecodepanos livecodepanos merged commit c3e607b into develop-9.0 Mar 27, 2019
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.

5 participants