one more news leak fix r=sspitzer

git-svn-id: svn://10.0.0.236/trunk@51565 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
bienvenu%netscape.com
1999-10-22 21:11:17 +00:00
parent 31378ed4eb
commit 0ef6e9d38d

View File

@@ -2142,6 +2142,7 @@ PRInt32 nsNNTPProtocol::DisplayArticle(nsIInputStream * inputStream, PRUint32 le
mDisplayInputStream->Available(&inlength);
if (inlength > 0) // broadcast our batched up ODA changes
m_channelListener->OnDataAvailable(this, m_channelContext, mDisplayInputStream, 0, inlength);
PR_FREEIF(line);
return status;
}
else // we aren't finished with the message yet