Skip to content
Snippets Groups Projects
Commit 1256392d authored by andreykproductengine's avatar andreykproductengine
Browse files

MAINT-5269 FIXED Viewer crashes if you open Help -> About Second Life while a...

MAINT-5269 FIXED Viewer crashes if you open Help -> About Second Life while a group member list is loading.
parent d092e375
Branches
Tags
No related merge requests found
...@@ -289,9 +289,6 @@ void LLServerReleaseNotesURLFetcher::httpCompleted() ...@@ -289,9 +289,6 @@ void LLServerReleaseNotesURLFetcher::httpCompleted()
LL_DEBUGS("ServerReleaseNotes") << dumpResponse() LL_DEBUGS("ServerReleaseNotes") << dumpResponse()
<< " [headers:" << getResponseHeaders() << "]" << LL_ENDL; << " [headers:" << getResponseHeaders() << "]" << LL_ENDL;
LLFloaterAbout* floater_about = LLFloaterReg::getTypedInstance<LLFloaterAbout>("sl_about");
if (floater_about)
{
std::string location = getResponseHeader(HTTP_IN_HEADER_LOCATION); std::string location = getResponseHeader(HTTP_IN_HEADER_LOCATION);
if (location.empty()) if (location.empty())
{ {
...@@ -299,5 +296,4 @@ void LLServerReleaseNotesURLFetcher::httpCompleted() ...@@ -299,5 +296,4 @@ void LLServerReleaseNotesURLFetcher::httpCompleted()
} }
LLAppViewer::instance()->setServerReleaseNotesURL(location); LLAppViewer::instance()->setServerReleaseNotesURL(location);
} }
}
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment