summaryrefslogtreecommitdiff
path: root/indra/llimage/llimagedxt.cpp
diff options
context:
space:
mode:
authorBrad Linden <46733234+brad-linden@users.noreply.github.com>2024-03-04 17:43:08 -0800
committerGitHub <noreply@github.com>2024-03-04 17:43:08 -0800
commitdd74c2cbd542daa8d6cedba7ba7a68268f7b73d3 (patch)
treebe09c6b71ce5e7a1546bb8e9d48be9b6e34e8fb7 /indra/llimage/llimagedxt.cpp
parent1013ea51a88aba820d41db7fc259296291504c11 (diff)
parent6c43baf0298929ee315bdb3d95f0bd23f589a4cf (diff)
Merge pull request #928 from secondlife/andreyk/issue_54
Issue #54 LLRender::init crash and SL-17896
Diffstat (limited to 'indra/llimage/llimagedxt.cpp')
-rw-r--r--indra/llimage/llimagedxt.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/llimage/llimagedxt.cpp b/indra/llimage/llimagedxt.cpp
index 36317a5ba8..ae76c5243f 100644
--- a/indra/llimage/llimagedxt.cpp
+++ b/indra/llimage/llimagedxt.cpp
@@ -437,6 +437,7 @@ bool LLImageDXT::convertToDXR()
U8* newdata = (U8*)ll_aligned_malloc_16(total_bytes);
if (!newdata)
{
+ LLError::LLUserWarningMsg::showOutOfMemory();
LL_ERRS() << "Out of memory in LLImageDXT::convertToDXR()" << LL_ENDL;
return false;
}