From cff2c0d5f833bd09e078f90bd1defe5ea06a68ba Mon Sep 17 00:00:00 2001 From: Jeff Hill Date: Mon, 25 Nov 2002 22:18:20 +0000 Subject: [PATCH] its probably wise (based on failures during stress testing) to use a 32 bit reference counter in gdd --- src/gdd/gdd.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/gdd/gdd.h b/src/gdd/gdd.h index 83519966f..1d47e3382 100644 --- a/src/gdd/gdd.h +++ b/src/gdd/gdd.h @@ -498,7 +498,7 @@ protected: gdd_NEWDEL_DATA // required for using generic new and remove private: - mutable aitUint16 ref_cnt; + mutable aitUint32 ref_cnt; aitUint8 flags; const gdd* indexDD (aitIndex index) const;