Missed LLError::LLCallStacks::cleanup call on shutdown.

This commit is contained in:
Shyotl
2015-06-25 20:19:26 -05:00
parent 9f10d9510d
commit 41357e579a

View File

@@ -1862,6 +1862,8 @@ bool LLAppViewer::cleanup()
ll_close_fail_log();
LLError::LLCallStacks::cleanup();
MEM_TRACK_RELEASE
LL_INFOS() << "Goodbye!" << LL_ENDL;