fix leak of temp files doing mail import, sr=mscott 379636

This commit is contained in:
bienvenu%nventure.com 2007-05-04 19:16:43 +00:00
Родитель fdcf8cb57a
Коммит a952f44bcb
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -1163,7 +1163,7 @@ nsMsgComposeAndSend::GatherMimeAttachments()
NotifyListenerOnStopSending(nsnull, NS_ERROR_OUT_OF_MEMORY, nsnull, nsnull); NotifyListenerOnStopSending(nsnull, NS_ERROR_OUT_OF_MEMORY, nsnull, nsnull);
else else
{ {
NotifyListenerOnStopSending(nsnull, NS_OK, nsnull, mTempFile); NotifyListenerOnStopSending(nsnull, NS_OK, nsnull, mReturnFile);
} }
} }
else else