Bug 985773 - Destroy SkiaGLGlue in gfxPlatform::Shutdown() instead of relying on destructor r=gwright

This commit is contained in:
James Willcox 2014-03-26 13:21:16 -05:00
parent 3272c65e39
commit cddb418a57

View File

@ -472,6 +472,7 @@ gfxPlatform::Shutdown()
}
gPlatform->mMemoryPressureObserver = nullptr;
gPlatform->mSkiaGlue = nullptr;
}
#ifdef MOZ_WIDGET_ANDROID