mirror of
https://github.com/Z3Prover/z3
synced 2026-04-25 21:33:33 +00:00
fix memory abuse in internalization in inc-sat-solver
Signed-off-by: Nikolaj Bjorner <nbjorner@microsoft.com>
This commit is contained in:
parent
596f07e548
commit
ff75f88c4f
7 changed files with 177 additions and 78 deletions
|
|
@ -303,6 +303,7 @@ private:
|
|||
}
|
||||
}
|
||||
m_assertions.reset();
|
||||
m_rewriter.reset();
|
||||
}
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue