fix crash after doing multiple body searches, 254199

This commit is contained in:
bienvenu%nventure.com 2004-08-06 13:10:05 +00:00
parent f0d5139d7d
commit 008ac98061

View File

@ -1431,6 +1431,7 @@ nsMsgSearchScopeTerm::~nsMsgSearchScopeTerm ()
{
if (m_inputStream)
m_inputStream->Close();
m_inputStream = nsnull;
}
NS_IMPL_ISUPPORTS1(nsMsgSearchScopeTerm, nsIMsgSearchScopeTerm)