Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: memory leak in Statement#expanded_sql
from https://www.sqlite.org/c3ref/expanded_sql.html > The strings returned by sqlite3_sql(P) and sqlite3_normalized_sql(P) > are managed by SQLite and are automatically freed when the prepared > statement is finalized. The string returned by > sqlite3_expanded_sql(P), on the other hand, is obtained from > sqlite3_malloc() and must be freed by the application by passing it > to sqlite3_free().
- Loading branch information