diff options
author | Xiaohong Bao <bao@lindenlab.com> | 2011-01-06 16:20:21 -0700 |
---|---|---|
committer | Xiaohong Bao <bao@lindenlab.com> | 2011-01-06 16:20:21 -0700 |
commit | 611d8bdf6155f6c7b440ab745f197d278a74b209 (patch) | |
tree | 15664a307f5a269671c209759e5a64580b386be4 /indra/newview/llappviewer.cpp | |
parent | 4de6759cd9d566ab92f0d9efa0c0338359dfa85c (diff) |
use the private pool in the texture pipeline
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rw-r--r-- | indra/newview/llappviewer.cpp | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index d1727a0e83..664ec7b0fb 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1797,6 +1797,9 @@ bool LLAppViewer::cleanup() llinfos << "File launched." << llendflush; } + //release all private memory pools. + LLPrivateMemoryPoolManager::destroyClass() ; + ll_close_fail_log(); llinfos << "Goodbye!" << llendflush; |