node-sqlite3 icon indicating copy to clipboard operation
node-sqlite3 copied to clipboard

Possible memory leak if the db is malformed

Open kentarokai opened this issue 4 years ago • 0 comments

All rows and columns already read should be released at https://github.com/mapbox/node-sqlite3/blob/593c9d498be2510d286349134537e3bf89401c4a/src/statement.cc#L581 even if an error occuerd.

kentarokai avatar Mar 11 '21 06:03 kentarokai