SL-20737 Crash clearing texture callbacks

shutdown crash
master
Andrey Kleshchev 2023-12-15 19:32:05 +02:00 committed by akleshchev
parent 27f6dd5767
commit 1cc91fac58
1 changed files with 2 additions and 0 deletions

View File

@ -58,6 +58,8 @@ LLFloaterProfileTexture::~LLFloaterProfileTexture()
mImage->setBoostLevel(mImageOldBoostLevel);
mImage = NULL;
}
LLLoadedCallbackEntry::cleanUpCallbackList(&mCallbackTextureList);
}
// virtual