MAINT-7247 Crash when closing "Upload model" floater right after selecting model

master
Mnikolenko Productengine 2017-04-07 10:07:21 +03:00
parent 5c5574c27d
commit a06f42369d
1 changed files with 4 additions and 0 deletions

View File

@ -1262,6 +1262,10 @@ LLModelPreview::~LLModelPreview()
// glod.dll!glodShutdown() + 0x77 bytes
//
//glodShutdown();
if(mModelLoader)
{
mModelLoader->shutdown();
}
}
U32 LLModelPreview::calcResourceCost()