fixed crash if never used
This commit is contained in:
@@ -212,6 +212,7 @@ public:
|
||||
|
||||
void destroySharedInstance()
|
||||
{
|
||||
if(!sharedProvider) return;
|
||||
sharedProvider->destroy();
|
||||
sharedProvider.reset();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user