diff options
author | Dave Parks <davep@lindenlab.com> | 2012-10-02 16:06:14 -0500 |
---|---|---|
committer | Dave Parks <davep@lindenlab.com> | 2012-10-02 16:06:14 -0500 |
commit | 05dbd7dafe0e060e82aeedb5404101367bd4c622 (patch) | |
tree | 3fad9d309ab3610e1f5cf82a3d1145af087a6e2b /indra/newview | |
parent | bc0abc773451d5a71f7f0b024e8d389327425446 (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.cpp | 2 |
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. |