mirror of
https://github.com/Z3Prover/z3
synced 2025-04-21 16:16:38 +00:00
fix memory corruption bug caused by invalid use of delete[]
This commit is contained in:
parent
e2901fff1e
commit
ecb2116927
|
@ -1503,8 +1503,6 @@ void theory_str::solve_concat_eq_str(expr * concat, expr * str) {
|
|||
}
|
||||
assert_implication(implyL, implyR1);
|
||||
}
|
||||
delete[] xor_items;
|
||||
delete[] and_items;
|
||||
} /* (arg1Len != 1 || arg2Len != 1) */
|
||||
} /* if (Concat(arg1, arg2) == NULL) */
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue