diff options
author | Andrey Kleshchev <andreykproductengine@lindenlab.com> | 2023-12-15 19:32:05 +0200 |
---|---|---|
committer | akleshchev <117672381+akleshchev@users.noreply.github.com> | 2023-12-15 20:40:48 +0200 |
commit | 1cc91fac587ae0edf86d2dec42e2846e57bfafd0 (patch) | |
tree | 1f15f10d8b2443787cc19fe379732dd52c8e0009 | |
parent | 27f6dd5767edc4f96f3267d81bb4d386d2df0a71 (diff) |
SL-20737 Crash clearing texture callbacks
shutdown crash
-rw-r--r-- | indra/newview/llfloaterprofiletexture.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llfloaterprofiletexture.cpp b/indra/newview/llfloaterprofiletexture.cpp index bf1f56a6d1..ec2e627165 100644 --- a/indra/newview/llfloaterprofiletexture.cpp +++ b/indra/newview/llfloaterprofiletexture.cpp @@ -58,6 +58,8 @@ LLFloaterProfileTexture::~LLFloaterProfileTexture() mImage->setBoostLevel(mImageOldBoostLevel); mImage = NULL; } + + LLLoadedCallbackEntry::cleanUpCallbackList(&mCallbackTextureList); } // virtual |