Closed rogerbinns closed 1 year ago
Currently strings are leaked because a bare const char * is handed off to SQLite C code forever. Cache them against the VFS object instead so they can be freed when the VFS is freed.
const char *
Currently strings are leaked because a bare
const char *
is handed off to SQLite C code forever. Cache them against the VFS object instead so they can be freed when the VFS is freed.