Skip to content

Commit 3bf2b3f

Browse files
fix #7260
Signed-off-by: Nikolaj Bjorner <[email protected]>
1 parent 223b65b commit 3bf2b3f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/api/api_solver.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -508,6 +508,7 @@ extern "C" {
508508
LOG_Z3_solver_reset(c, s);
509509
RESET_ERROR_CODE();
510510
to_solver(s)->m_solver = nullptr;
511+
to_solver(s)->m_cmd_context = nullptr;
511512
if (to_solver(s)->m_pp) to_solver(s)->m_pp->reset();
512513
Z3_CATCH;
513514
}

0 commit comments

Comments
 (0)