1
0
Fork 0
forked from lthn/blockchain

minor coverity fix

This commit is contained in:
cryptozoidberg 2019-11-14 17:47:36 +01:00
parent 320249f1f6
commit 57d1245ab6
No known key found for this signature in database
GPG key ID: 22DEB97A54C6FDEC

View file

@ -519,7 +519,9 @@ namespace tools
~basic_key_value_accessor()
{
TRY_ENTRY();
bdb.unbind_parent_container(this);
CATCH_ENTRY2(v);
}
virtual bool on_write_transaction_begin()