Created ch = CollectionHandle was not reset, causing valgrind & other
problems.
Signed-off-by: Adam Kupczyk <akupczyk@ibm.com>
//
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "true");
g_conf().apply_changes(nullptr);
+ ch.reset(nullptr);
store->umount();
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "false");
g_conf().apply_changes(nullptr);
//
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "true");
g_conf().apply_changes(nullptr);
+ ch.reset(nullptr);
store->umount();
SetVal(g_conf(), "bluestore_debug_omit_kv_commit", "false");
g_conf().apply_changes(nullptr);