mirror of
https://github.com/Z3Prover/z3
synced 2025-04-27 10:55:50 +00:00
Dealt with some concurrency issues due to concurrent GC.
This commit is contained in:
parent
47ac5c0633
commit
5a45711f22
2 changed files with 5 additions and 5 deletions
|
@ -3646,7 +3646,7 @@ namespace Microsoft.Z3
|
|||
internal Fixedpoint.DecRefQueue Fixedpoint_DRQ { get { Contract.Ensures(Contract.Result<Fixedpoint.DecRefQueue>() != null); return m_Fixedpoint_DRQ; } }
|
||||
|
||||
|
||||
internal uint refCount = 0;
|
||||
internal int refCount = 0;
|
||||
|
||||
/// <summary>
|
||||
/// Finalizer.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue