summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp4
1 files changed, 4 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 84e36ac3c7..fd7e1eda7f 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1087,6 +1087,10 @@ bool LLAppViewer::mainLoop()
// point of posting.
LLSD newFrame;
+ LLPrivateMemoryPoolTester::getInstance()->run(false) ;
+ LLPrivateMemoryPoolTester::getInstance()->run(true) ;
+ LLPrivateMemoryPoolTester::destroy() ;
+
// Handle messages
while (!LLApp::isExiting())
{