summaryrefslogtreecommitdiff
path: root/indra/llcommon
diff options
context:
space:
mode:
authorPtolemy <ptolemy@lindenlab.com>2022-09-02 16:13:04 -0700
committerPtolemy <ptolemy@lindenlab.com>2022-09-02 16:13:04 -0700
commitdfaadd5db0a7e0acda84a94c9177eba9fd7579af (patch)
tree2481c94f1827e27bc0d743e1e367257db3a5c471 /indra/llcommon
parent7229dfcc59943f025219721701b2bda471a2ae25 (diff)
parent852d552ca205506bba3dcd5a31a012f1acdf1cc4 (diff)
Merge branch 'DRTVWR-559' of bitbucket.org:lindenlab/viewer into DRTVWR-559
Diffstat (limited to 'indra/llcommon')
-rw-r--r--indra/llcommon/llrefcount.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llrefcount.cpp b/indra/llcommon/llrefcount.cpp
index 5cbd346411..6852b5536a 100644
--- a/indra/llcommon/llrefcount.cpp
+++ b/indra/llcommon/llrefcount.cpp
@@ -30,7 +30,7 @@
#include "llerror.h"
// maximum reference count before sounding memory leak alarm
-const S32 gMaxRefCount = 65536;
+const S32 gMaxRefCount = S32_MAX;
LLRefCount::LLRefCount(const LLRefCount& other)
: mRef(0)