While creating bloom filter C fucntion rocksdb_filterpolicy_create_bloom called. But there is no api to free this memory. Seems rocksdb_filterpolicy_destroy (https://github.com/facebook/rocksdb/blob/master/include/rocksdb/c.h#L1030 ) must be called to free it.
While creating bloom filter
Cfucntionrocksdb_filterpolicy_create_bloomcalled. But there is no api to free this memory. Seemsrocksdb_filterpolicy_destroy(https://github.com/facebook/rocksdb/blob/master/include/rocksdb/c.h#L1030 ) must be called to free it.