3
0
Fork 0
mirror of https://github.com/Z3Prover/z3 synced 2025-04-23 17:15:31 +00:00

build break

Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
Nikolaj Bjorner 2020-08-23 09:28:56 -07:00
parent 03276b12b1
commit af389db2b2
2 changed files with 128 additions and 6 deletions

View file

@ -27,7 +27,7 @@ user_propagator::user_propagator(context& ctx):
{}
user_propagator::~user_propagator() {
dealloc(m_api_context);
if (m_api_context) memory::deallocate(m_api_context);
}
void user_propagator::force_push() {