summaryrefslogtreecommitdiff
path: root/indra/newview/llappviewer.cpp
diff options
context:
space:
mode:
authorRider Linden <rider@lindenlab.com>2015-09-21 17:01:26 -0700
committerRider Linden <rider@lindenlab.com>2015-09-21 17:01:26 -0700
commit2a37a8b1cc8796e4c86786017414f919dbaa6fac (patch)
treebb2d5978bdee99278f9ea05960aacf30572a7cab /indra/newview/llappviewer.cpp
parent1eed334e7ff1ce261f740f5da7207a65c3f4ef57 (diff)
Add cleanup to LLCore prevent occasional crash on exit.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-xindra/newview/llappviewer.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llappviewer.cpp b/indra/newview/llappviewer.cpp
index 5cf9efa04e..44c9f893b8 100755
--- a/indra/newview/llappviewer.cpp
+++ b/indra/newview/llappviewer.cpp
@@ -2077,6 +2077,7 @@ bool LLAppViewer::cleanup()
}
LL_INFOS() << "Cleaning up LLProxy." << LL_ENDL;
LLProxy::cleanupClass();
+ LLCore::LLHttp::cleanup();
LLWearableType::cleanupClass();