Skip to content
Snippets Groups Projects
Commit a24eee0d authored by Steve Bennetts's avatar Steve Bennetts
Browse files

DEV-42272 - viewer crash on startup in LLCurlRequest::process

parent eea1057b
No related branches found
No related tags found
No related merge requests found
...@@ -113,8 +113,11 @@ S32 LLQueuedThread::update(U32 max_time_ms) ...@@ -113,8 +113,11 @@ S32 LLQueuedThread::update(U32 max_time_ms)
{ {
if (!mStarted) if (!mStarted)
{ {
startThread(); if (!mThreaded)
mStarted = TRUE; {
startThread();
mStarted = TRUE;
}
} }
return updateQueue(max_time_ms); return updateQueue(max_time_ms);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment