diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2010-12-08 20:50:39 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2010-12-08 20:50:39 -0700 |
commit | 43f4429363e63484f35663c10ca993d0d812e855 (patch) | |
tree | 5604de502d18fc1f1ade4157cd137f8a1e2e41b2 /indra/newview | |
parent | f4ff1430f0d6ae7dd5a6be0bd665678b30a63aca (diff) |
test code and some code change
Diffstat (limited to 'indra/newview')
-rw-r--r-- | indra/newview/llappviewer.cpp | 4 |
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()) { |