mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 06:08:38 -04:00
Fix a leak
This commit is contained in:
parent
77f897da5a
commit
791eaba2ac
1 changed files with 1 additions and 0 deletions
|
@ -815,6 +815,7 @@ sqlite_db_destroy_module_data(void *pAux)
|
||||||
/* free module memory */
|
/* free module memory */
|
||||||
SvREFCNT_dec(init_data->dbh);
|
SvREFCNT_dec(init_data->dbh);
|
||||||
sqlite3_free((char *)init_data->perl_class);
|
sqlite3_free((char *)init_data->perl_class);
|
||||||
|
sqlite3_free(init_data);
|
||||||
|
|
||||||
PUTBACK;
|
PUTBACK;
|
||||||
FREETMPS;
|
FREETMPS;
|
||||||
|
|
Loading…
Add table
Reference in a new issue