MAINT-7247 Crash when closing "Upload model" floater right after selecting model
parent
5c5574c27d
commit
a06f42369d
|
|
@ -1262,6 +1262,10 @@ LLModelPreview::~LLModelPreview()
|
|||
// glod.dll!glodShutdown() + 0x77 bytes
|
||||
//
|
||||
//glodShutdown();
|
||||
if(mModelLoader)
|
||||
{
|
||||
mModelLoader->shutdown();
|
||||
}
|
||||
}
|
||||
|
||||
U32 LLModelPreview::calcResourceCost()
|
||||
|
|
|
|||
Loading…
Reference in New Issue