mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-07 22:28:47 -04:00
fixed a leak
This commit is contained in:
parent
7db8c900f5
commit
95f523161d
1 changed files with 1 additions and 0 deletions
1
dbdimp.c
1
dbdimp.c
|
@ -2241,6 +2241,7 @@ static int perl_tokenizer_Close(sqlite3_tokenizer_cursor *pCursor){
|
|||
|
||||
dTHX;
|
||||
sv_free(c->coderef);
|
||||
if (c->pToken) sqlite3_free(c->pToken);
|
||||
sqlite3_free(c);
|
||||
return SQLITE_OK;
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue