summaryrefslogtreecommitdiff
path: root/indra/newview/llviewerassetstorage.cpp
diff options
context:
space:
mode:
authorAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-10 01:10:36 +0200
committerAndrey Kleshchev <andreykproductengine@lindenlab.com>2021-02-10 01:10:36 +0200
commit24d4517458f46ad0cd7284a5f30c4d961d518aa8 (patch)
tree683bc53040c85af8e2234e546a4da7f3ffc8001d /indra/newview/llviewerassetstorage.cpp
parent199f82786e1a19af519afa4713d2cced44c640d8 (diff)
SL-14807 Viewer crashes when creating an experience
Diffstat (limited to 'indra/newview/llviewerassetstorage.cpp')
-rw-r--r--indra/newview/llviewerassetstorage.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/indra/newview/llviewerassetstorage.cpp b/indra/newview/llviewerassetstorage.cpp
index 54f80a2995..b345396c2f 100644
--- a/indra/newview/llviewerassetstorage.cpp
+++ b/indra/newview/llviewerassetstorage.cpp
@@ -128,6 +128,7 @@ LLViewerAssetStorage::LLViewerAssetStorage(LLMessageSystem *msg, LLXferManager *
mCountSucceeded(0),
mTotalBytesFetched(0)
{
+ LLCoprocedureManager::instance().initializePool(VIEWER_ASSET_STORAGE_CORO_POOL);
}
LLViewerAssetStorage::~LLViewerAssetStorage()