summaryrefslogtreecommitdiff
path: root/indra/newview
diff options
context:
space:
mode:
authorDave Parks <davep@lindenlab.com>2012-10-02 16:06:14 -0500
committerDave Parks <davep@lindenlab.com>2012-10-02 16:06:14 -0500
commit05dbd7dafe0e060e82aeedb5404101367bd4c622 (patch)
tree3fad9d309ab3610e1f5cf82a3d1145af087a6e2b /indra/newview
parentbc0abc773451d5a71f7f0b024e8d389327425446 (diff)
Instrument debug builds on windows to help track down source of heap corruption
Diffstat (limited to 'indra/newview')
-rw-r--r--indra/newview/llappviewer.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index e8934d9a9e..fa68b9322e 100644
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -1958,7 +1958,9 @@ bool LLAppViewer::cleanup()
end_messaging_system();
// *NOTE:Mani - The following call is not thread safe.
+ LL_CHECK_MEMORY
LLCurl::cleanupClass();
+ LL_CHECK_MEMORY
// If we're exiting to launch an URL, do that here so the screen
// is at the right resolution before we launch IE.