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:
parent
03276b12b1
commit
af389db2b2
2 changed files with 128 additions and 6 deletions
|
@ -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() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue