diff options
author | Stinson Linden <stinson@lindenlab.com> | 2014-04-28 19:18:47 +0100 |
---|---|---|
committer | Stinson Linden <stinson@lindenlab.com> | 2014-04-28 19:18:47 +0100 |
commit | 37d620463b6f6d0ec932f1660f314268bafa229a (patch) | |
tree | 04264ab005d52b4107b4b33ad83adf9f4e3021ba /indra/newview/llappviewer.cpp | |
parent | b31bfdba37398e3100e8e209d407cea6065ce52a (diff) |
MAINT-4009: Cleaning up the error callstacks memory before app quit.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 2b634074d5..f92467a562 100755 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -2117,6 +2117,8 @@ bool LLAppViewer::cleanup() ll_close_fail_log(); + LLError::LLCallStacks::cleanup(); + removeMarkerFiles(); LL_INFOS() << "Goodbye!" << LL_ENDL; |