SQLite Forum

memory leak in /ext/fts5/fts5_vocab.c
Login
Quite so. In this case the two strings are part of the same memory allocation as the Fts5VocabTable structure freed by the xDestroy() and xDisconnect callbacks:

[](https://www.sqlite.org/src/artifact/7a071833064dc?&ln=207-218)

Dan.