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
Родитель 9459717a13
Коммит 9b841e5033
1 изменённых файлов: 1 добавлений и 0 удалений

Просмотреть файл

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