зеркало из https://github.com/mozilla/pjs.git
Fix crash running leaktest --register because nNativeAppSupport hasn't been set yet.
This commit is contained in:
Родитель
00788a09ce
Коммит
186adbc768
|
@ -1060,7 +1060,7 @@ private:
|
|||
|
||||
ScopedXPCOMStartup::~ScopedXPCOMStartup()
|
||||
{
|
||||
NS_RELEASE(gNativeAppSupport);
|
||||
NS_IF_RELEASE(gNativeAppSupport);
|
||||
|
||||
if (mServiceManager) {
|
||||
#ifdef XP_MACOSX
|
||||
|
|
Загрузка…
Ссылка в новой задаче