From 41357e579a2d5286d02fd468cc7269d00d41817a Mon Sep 17 00:00:00 2001 From: Shyotl Date: Thu, 25 Jun 2015 20:19:26 -0500 Subject: [PATCH] Missed LLError::LLCallStacks::cleanup call on shutdown. --- indra/newview/llappviewer.cpp | 2 ++ 1 file changed, 2 insertions(+) diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp index 42eb40db5..302ed7481 100644 --- a/indra/newview/llappviewer.cpp +++ b/indra/newview/llappviewer.cpp @@ -1862,6 +1862,8 @@ bool LLAppViewer::cleanup() ll_close_fail_log(); + LLError::LLCallStacks::cleanup(); + MEM_TRACK_RELEASE LL_INFOS() << "Goodbye!" << LL_ENDL;