mirror of
https://github.com/Z3Prover/z3
synced 2025-06-06 14:13:23 +00:00
fix memory corruption bug caused by invalid use of delete[]
This commit is contained in:
parent
e2901fff1e
commit
ecb2116927
1 changed files with 0 additions and 2 deletions
|
@ -1503,8 +1503,6 @@ void theory_str::solve_concat_eq_str(expr * concat, expr * str) {
|
||||||
}
|
}
|
||||||
assert_implication(implyL, implyR1);
|
assert_implication(implyL, implyR1);
|
||||||
}
|
}
|
||||||
delete[] xor_items;
|
|
||||||
delete[] and_items;
|
|
||||||
} /* (arg1Len != 1 || arg2Len != 1) */
|
} /* (arg1Len != 1 || arg2Len != 1) */
|
||||||
} /* if (Concat(arg1, arg2) == NULL) */
|
} /* if (Concat(arg1, arg2) == NULL) */
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue