mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-22 18:32:00 +00:00
fix for crasher bug #38803, r=putterman,a=granrose.
This commit is contained in:
parent
917b5b56a5
commit
964b87c16f
@ -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);
|
||||
|
Loading…
x
Reference in New Issue
Block a user