bug 61287 (The browser crashes on signing out of hotmail and msn calendar)

r=karnaze
sr=buster
patch submitted by lsv@sparc.spb.su
This commit is contained in:
buster%netscape.com 2001-01-10 20:30:37 +00:00
Родитель 23e19ed702
Коммит cea85e5999
1 изменённых файлов: 4 добавлений и 0 удалений

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

@ -261,6 +261,10 @@ nsFrameImageLoader::StopImageLoad(PRBool aStopChrome)
printf("\n");
#endif
if (mImageRequest) {
// can't kill the image request if we're in the middle of a notification
if (mNotifyLockCount) {
return NS_ERROR_FAILURE;
}
mImageRequest->RemoveObserver(this);
NS_RELEASE(mImageRequest);
}