Skip to content
Verified Commit 2800e2ba authored by Daniel Vrátil's avatar Daniel Vrátil 🤖
Browse files

DataStore: don't call close() in dtor, assert on user calling it

Otherwise we have to call a virtual function from the destructor, which
may have undesirable side-effects.

Found by clang-tidy
parent 12e609d1
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment