From 8fa339612681ef501a3c74db8e5845cbfffbf2b8 Mon Sep 17 00:00:00 2001 From: maksymsproductengine Date: Thu, 27 Mar 2014 19:15:08 +0200 Subject: MAINT-3827 FIXED crash in KDU texture decoding, likely out of memory: improving stability --- indra/llimage/tests/llimageworker_test.cpp | 1 + 1 file changed, 1 insertion(+) (limited to 'indra/llimage/tests/llimageworker_test.cpp') diff --git a/indra/llimage/tests/llimageworker_test.cpp b/indra/llimage/tests/llimageworker_test.cpp index e255d65b43..f6fb8f54b4 100755 --- a/indra/llimage/tests/llimageworker_test.cpp +++ b/indra/llimage/tests/llimageworker_test.cpp @@ -58,6 +58,7 @@ void LLImageBase::sanityCheck() { } void LLImageBase::deleteData() { } U8* LLImageBase::allocateData(S32 size) { return NULL; } U8* LLImageBase::reallocateData(S32 size) { return NULL; } +U8* LLImageBase::getData() { return NULL; } LLImageRaw::LLImageRaw(U16 width, U16 height, S8 components) { } LLImageRaw::~LLImageRaw() { } -- cgit v1.2.3