Level / classic-level

An abstract-level database backed by LevelDB.
MIT License
58 stars 12 forks source link

Fix `getMany()` memory leak #9

Closed vweevers closed 2 years ago

vweevers commented 2 years ago

Ref https://github.com/Level/rocksdb/issues/192 Ref https://github.com/Level/leveldown/issues/790

Same as https://github.com/Level/leveldown/pull/804 and https://github.com/Level/rocksdb/pull/193