зеркало из https://github.com/mozilla/pjs.git
Bug 592769 - EGL and WGL context providers crash on exit because they forget to delete the global context before the glue library dies - r=mattwoodrow, a=blocking-beta7
This commit is contained in:
Родитель
f60e19b6d5
Коммит
0d5ad8d120
|
@ -1608,6 +1608,7 @@ GLContextProviderEGL::GetGlobalContext()
|
|||
void
|
||||
GLContextProviderEGL::Shutdown()
|
||||
{
|
||||
gGlobalContext = nsnull;
|
||||
}
|
||||
|
||||
} /* namespace gl */
|
||||
|
|
|
@ -741,6 +741,7 @@ GLContextProviderWGL::GetGlobalContext()
|
|||
void
|
||||
GLContextProviderWGL::Shutdown()
|
||||
{
|
||||
gGlobalContext = nsnull;
|
||||
}
|
||||
|
||||
} /* namespace gl */
|
||||
|
|
Загрузка…
Ссылка в новой задаче