Bug 422826: crashes [@ nsVoidArray::Count] called from nsXPInstallManager::DownloadNext. r=dveditz

This commit is contained in:
dtownsend@oxymoronical.com 2008-04-08 04:49:01 -07:00
Родитель c9029f78e9
Коммит 9143364485
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -957,7 +957,6 @@ void nsXPInstallManager::Shutdown(PRInt32 status)
// tell the dialog it can go away // tell the dialog it can go away
mDlg->OnStateChange(0, nsIXPIProgressDialog::DIALOG_CLOSE, 0 ); mDlg->OnStateChange(0, nsIXPIProgressDialog::DIALOG_CLOSE, 0 );
mDlg = nsnull; mDlg = nsnull;
mDialogOpen = PR_FALSE;
} }
if (mNeedsShutdown) if (mNeedsShutdown)