part of fix for 11651 fix memory leak of status msg a=chofmann

This commit is contained in:
bienvenu%netscape.com 1999-08-13 21:43:08 +00:00
parent 9459717a13
commit 9b841e5033

View File

@ -2919,6 +2919,7 @@ nsImapMailFolder::ProgressStatus(nsIImapProtocol* aProtocol,
}
}
}
PR_FREEIF(progressMsg);
return NS_OK;
}