MAINT-2777 work-around for APR assert_always causing random crash in materials build

master
Graham Madarasz 2013-06-10 16:55:05 -07:00
parent a4676adebb
commit 6b2a22e11c
1 changed files with 1 additions and 3 deletions

View File

@ -226,9 +226,7 @@ void LLVolatileAPRPool::clearVolatileAPRPool()
llassert_always(mNumActiveRef > 0) ;
}
//paranoia check if the pool is jammed.
//will remove the check before going to release.
llassert_always(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ;
llassert(mNumTotalRef < (FULL_VOLATILE_APR_POOL << 2)) ;
}
BOOL LLVolatileAPRPool::isFull()