mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-06 13:48:55 -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 */
|
||||
SvREFCNT_dec(init_data->dbh);
|
||||
sqlite3_free((char *)init_data->perl_class);
|
||||
sqlite3_free(init_data);
|
||||
|
||||
PUTBACK;
|
||||
FREETMPS;
|
||||
|
|
Loading…
Add table
Reference in a new issue