Checking in changes from the branch rev 1.7.2.2...

This commit is contained in:
rpotts%netscape.com 1998-08-13 22:18:57 +00:00
parent e314e40037
commit 9222d524c3

View File

@ -218,7 +218,8 @@ ImageConsumer::OnDataAvailable(nsIURL* aURL, nsIInputStream *pIStream, PRInt32 l
if (ilErr != 0) {
mStatus = MK_IMAGE_LOSSAGE;
mInterrupted = PR_TRUE;
break;
NS_RELEASE(reader);
return NS_ERROR_ABORT;
}
}