fix for crasher bug #38803, r=putterman,a=granrose.

This commit is contained in:
sspitzer%netscape.com 2000-05-10 18:26:45 +00:00
parent 917b5b56a5
commit 964b87c16f

View File

@ -3150,7 +3150,7 @@ nsMsgComposeAndSend::DeleteListeners()
PRInt32 i;
for (i=0; i<mListenerArrayCount; i++)
{
NS_RELEASE(mListenerArray[i]);
NS_IF_RELEASE(mListenerArray[i]);
}
PR_FREEIF(mListenerArray);