diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-16 17:09:55 +0100 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2022-09-16 17:09:55 +0100 |
commit | 56e1db9c15f9521296e5565dcc5d4d828ffeb3b4 (patch) | |
tree | 041bc6ebba4df5f6996be4a341174fe2f61d4ac4 /indra/llcommon/llrefcount.cpp | |
parent | d31a83fb946c49a38376ea3b312b5380d0c8c065 (diff) |
SL-18119 - UIUsage logs for some common operations
Diffstat (limited to 'indra/llcommon/llrefcount.cpp')
-rw-r--r-- | indra/llcommon/llrefcount.cpp | 2 |
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) |