Fix tests

This commit is contained in:
avogar 2021-11-15 12:46:34 +03:00
parent 1c9105da8c
commit ba06953ee7

View File

@ -109,8 +109,8 @@ public:
/// finalize() is often called from destructors.
MemoryTracker::LockExceptionInThread lock(VariableContext::Global);
finalizeImpl();
finalized = true;
finalizeImpl();
}
protected: