summaryrefslogtreecommitdiff
path: root/indra/newview/llviewertexturelist.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-02 00:13:47 +0300
committerAndrey Kleshchev <117672381+akleshchev@users.noreply.github.com>2026-07-10 23:06:07 +0300
commit07c58edf61c8eb1e3daaa17759206bbd4edd1af8 (patch)
tree9dabdcca9db74308a6a78b5eeedd1e5ce09865af /indra/newview/llviewertexturelist.cpp
parent97b0c99e29a60e858f7328094de7e59e5ad02278 (diff)
#5972 LLUIImage based buffer cache
Diffstat (limited to 'indra/newview/llviewertexturelist.cpp')
-rw-r--r--indra/newview/llviewertexturelist.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewertexturelist.cpp b/indra/newview/llviewertexturelist.cpp
index 7dd32074cf..4bee11b6f7 100644
--- a/indra/newview/llviewertexturelist.cpp
+++ b/indra/newview/llviewertexturelist.cpp
@@ -1641,6 +1641,7 @@ void LLViewerTextureList::processImageNotInDatabase(LLMessageSystem *msg,void **
// guaranteed.
void LLUIImageList::cleanUp()
{
+ LLUIImage::cleanupClass();
mUIImages.clear();
mUITextureList.clear() ;
}