mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-08 06:38:12 -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;
|
dTHX;
|
||||||
sv_free(c->coderef);
|
sv_free(c->coderef);
|
||||||
|
if (c->pToken) sqlite3_free(c->pToken);
|
||||||
sqlite3_free(c);
|
sqlite3_free(c);
|
||||||
return SQLITE_OK;
|
return SQLITE_OK;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Reference in a new issue