tidwall / buntdb

BuntDB is an embeddable, in-memory key/value database for Go with custom indexing and geospatial support
MIT License
4.57k stars 289 forks source link

fix set transaction leak #70

Closed Sora233 closed 3 years ago

Sora233 commented 3 years ago

I think this may fix #69

tidwall commented 3 years ago

I think your PR fixed it. Thanks a ton for find this issue and providing a working PR :)