mirror of
https://github.com/Z3Prover/z3
synced 2025-04-16 05:48:44 +00:00
merge fix
Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
3660c617ea
commit
6b37b847a0
|
@ -79,10 +79,10 @@ public:
|
|||
}
|
||||
|
||||
virtual void cleanup() {
|
||||
imp * d = alloc(imp, m, m_params, m_stats);
|
||||
sls_engine * d = alloc(sls_engine, m, m_params);
|
||||
#pragma omp critical (tactic_cancel)
|
||||
{
|
||||
std::swap(d, m_imp);
|
||||
std::swap(d, m_engine);
|
||||
}
|
||||
dealloc(d);
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue