mirror of
https://github.com/Z3Prover/z3
synced 2025-06-21 05:13:39 +00:00
fix #6034
This commit is contained in:
parent
f6b2874d7c
commit
363b69f588
10 changed files with 19 additions and 21 deletions
|
@ -47,7 +47,6 @@ extern "C" {
|
|||
void Z3_API Z3_ast_vector_dec_ref(Z3_context c, Z3_ast_vector v) {
|
||||
Z3_TRY;
|
||||
LOG_Z3_ast_vector_dec_ref(c, v);
|
||||
RESET_ERROR_CODE();
|
||||
if (v)
|
||||
to_ast_vector(v)->dec_ref();
|
||||
Z3_CATCH;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue