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

potential crashfix

parent a4cabf80
No related branches found
No related tags found
No related merge requests found
...@@ -1569,6 +1569,12 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url) ...@@ -1569,6 +1569,12 @@ void LLIMProcessing::requestOfflineMessagesCoro(std::string url)
return; return;
} }
if (gAgent.getRegion() == NULL)
{
LL_WARNS("Messaging") << "Region null while attempting to load messages." << LL_ENDL;
return;
}
LL_INFOS("Messaging") << "Processing offline messages." << LL_ENDL; LL_INFOS("Messaging") << "Processing offline messages." << LL_ENDL;
std::vector<U8> data; std::vector<U8> data;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment