blevesearch/blevex

rocksdb adapater skips options.Destroy()

Closed this issue · 1 comments

To avoid a panic, we skip options.Destroy()

The issue has been pushed upstream here: tecbot/gorocksdb#51

If the upstream is resolved, we should again call options.Destroy()

cv711 commented

This is fixed no? We can revert the change.