#3736 LLExperienceCache shutdown crash

master
Andrey Kleshchev 2025-03-18 17:04:08 +02:00 committed by Andrey Kleshchev
parent 895a6739d3
commit 4e5dce7949
1 changed files with 2 additions and 0 deletions

View File

@ -94,6 +94,8 @@ LLExperienceCache::LLExperienceCache()
LLExperienceCache::~LLExperienceCache()
{
// can exit without cleanup()
sShutdown = true;
}
void LLExperienceCache::initSingleton()