This repository was archived by the owner on Aug 31, 2021. It is now read-only.
Commit d7ed8e6
committed
[[ Bug 21932 ]] Fix memory leak when executing sqlite queries
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.1 parent 9a5c996 commit d7ed8e6
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
737 | 737 | | |
738 | 738 | | |
739 | 739 | | |
| 740 | + | |
| 741 | + | |
740 | 742 | | |
741 | 743 | | |
742 | 744 | | |
| |||
0 commit comments