twmht / python-rocksdb

Python bindings for RocksDB
BSD 3-Clause "New" or "Revised" License
274 stars 89 forks source link

Fixed segfault on DB close #92

Closed alexreg closed 1 year ago

alexreg commented 3 years ago

Close DB when close is called, and free DB object only in destructor (in line with Cython guidelines).

Fixes #91.