dyedgreen / deno-sqlite

Deno SQLite module
https://deno.land/x/sqlite
MIT License
409 stars 36 forks source link

Fix memory leak #129

Closed dyedgreen closed 3 years ago

dyedgreen commented 3 years ago

Closes #128

If the closure throws, the free might never be called, which leads to dangling pointers.