diff options
author | Rider Linden <rider@lindenlab.com> | 2015-09-21 17:01:26 -0700 |
---|---|---|
committer | Rider Linden <rider@lindenlab.com> | 2015-09-21 17:01:26 -0700 |
commit | 2a37a8b1cc8796e4c86786017414f919dbaa6fac (patch) | |
tree | bb2d5978bdee99278f9ea05960aacf30572a7cab /indra/newview/llappviewer.cpp | |
parent | 1eed334e7ff1ce261f740f5da7207a65c3f4ef57 (diff) |
Add cleanup to LLCore prevent occasional crash on exit.
Diffstat (limited to 'indra/newview/llappviewer.cpp')
-rwxr-xr-x | indra/newview/llappviewer.cpp | 1 |
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(); |