meebey / leveldb-sharp

C# LevelDB binding
https://www.meebey.net/projects/leveldb-sharp/
BSD 3-Clause "New" or "Revised" License
124 stars 38 forks source link

Free the LevelDB-allocated strings #4

Closed carlosmn closed 11 years ago

carlosmn commented 11 years ago

LevelDB likes to allocate memory for us, so make sure we do free it.