3
0
Fork 0
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:
Christoph M. Wintersteiger 2014-09-11 00:27:37 +01:00
parent 3660c617ea
commit 6b37b847a0

View file

@ -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);
}