summaryrefslogtreecommitdiff
path: root/indra/llkdu/tests/llimagej2ckdu_test.cpp
diff options
context:
space:
mode:
authorRichard Linden <none@none>2013-01-06 21:37:31 -0800
committerRichard Linden <none@none>2013-01-06 21:37:31 -0800
commit68413515029f50713c70e4adec3ce6fd1022d59f (patch)
tree2f78acd9745ea4a10397ba360fb73e32c006509d /indra/llkdu/tests/llimagej2ckdu_test.cpp
parent222941d83c9a8e9fc1a488f0092f233b71a63db3 (diff)
SH-3468 WIP add memory tracking base class
fix for unit test failures...cleanup apr without destroying pools, allowing LLProxy to clean itself up as a singleton (and avoiding spurious dependencies associated with manually destorying singletons that rely on apr pools)
Diffstat (limited to 'indra/llkdu/tests/llimagej2ckdu_test.cpp')
-rwxr-xr-xindra/llkdu/tests/llimagej2ckdu_test.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/indra/llkdu/tests/llimagej2ckdu_test.cpp b/indra/llkdu/tests/llimagej2ckdu_test.cpp
index 62c245f125..c28f121eb8 100755
--- a/indra/llkdu/tests/llimagej2ckdu_test.cpp
+++ b/indra/llkdu/tests/llimagej2ckdu_test.cpp
@@ -43,7 +43,9 @@
// End Stubbing
// -------------------------------------------------------------------------------------------
-// Stubb the LL Image Classes
+// Stub the LL Image Classes
+LLTrace::MemStat LLImageBase::sMemStat("LLImage");
+
LLImageRaw::LLImageRaw() { }
LLImageRaw::~LLImageRaw() { }
U8* LLImageRaw::allocateData(S32 ) { return NULL; }