mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 02:45:51 +00:00
C API: fixed mk_context/mk_context_rc exception behaviour
Adjusted .NET/Java APIs accordingly. Signed-off-by: Christoph M. Wintersteiger <cwinter@microsoft.com>
This commit is contained in:
parent
2e2fa84d40
commit
91402f2060
5 changed files with 33 additions and 19 deletions
|
@ -3053,10 +3053,10 @@ public class Context extends IDisposable
|
|||
// OK.
|
||||
}
|
||||
m_ctx = 0;
|
||||
} else
|
||||
/* re-queue the finalizer */
|
||||
/* BUG: DRQ's need to be taken over too! */
|
||||
new Context(m_ctx, m_refCount);
|
||||
}
|
||||
/*
|
||||
else
|
||||
CMW: re-queue the finalizer? */
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue