зеркало из https://github.com/mozilla/gecko-dev.git
Fixes crash caused by bug 184548. r=adamlock, sr=darin
This commit is contained in:
Родитель
a33308d924
Коммит
dd3b6ee5f7
|
@ -128,12 +128,13 @@ nsresult NS_COM XPCOMGlueShutdown()
|
|||
xpcomFunctions = nsnull;
|
||||
}
|
||||
|
||||
GlueShutdownMemory();
|
||||
|
||||
if (xpcomLib) {
|
||||
PR_UnloadLibrary(xpcomLib);
|
||||
xpcomLib = nsnull;
|
||||
}
|
||||
|
||||
GlueShutdownMemory();
|
||||
return NS_OK;
|
||||
#endif
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче