diff options
author | Dave Parks <davep@lindenlab.com> | 2013-06-26 11:55:03 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2013-06-26 11:55:03 -0500 |
commit | bb66e722d3ebf62145784227178ccdd318189cf6 (patch) | |
tree | cc28868865089c9a377e4db16f29e09893ed83e8 /indra/llcommon | |
parent | 280a9d9827e4e5e0e1408cc8f9c20ef792a6c714 (diff) | |
parent | b717a28194eb6e5a2f9113c65abe62cb81141413 (diff) |
Automated merge with https://bitbucket.org/davep/viewer-release-iqa-1366
Diffstat (limited to 'indra/llcommon')
-rwxr-xr-x | indra/llcommon/llapr.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/llcommon/llapr.cpp b/indra/llcommon/llapr.cpp index a0802c6adf..b7815b0e35 100755 --- a/indra/llcommon/llapr.cpp +++ b/indra/llcommon/llapr.cpp @@ -226,7 +226,7 @@ void LLVolatileAPRPool::clearVolatileAPRPool() llassert_always(mNumActiveRef > 0) ; } - llassert(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ; + llassert(mNumTotalRef <= (FULL_VOLATILE_APR_POOL << 2)) ; } BOOL LLVolatileAPRPool::isFull() |