3
0
Fork 0
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:
mattpark 2014-08-11 15:44:10 +01:00
parent 47ac5c0633
commit 5a45711f22
2 changed files with 5 additions and 5 deletions

View file

@ -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.