зеркало из https://github.com/mozilla/pjs.git
fix leak of temp files doing mail import, sr=mscott 379636
This commit is contained in:
Родитель
fdcf8cb57a
Коммит
a952f44bcb
|
@ -1163,7 +1163,7 @@ nsMsgComposeAndSend::GatherMimeAttachments()
|
|||
NotifyListenerOnStopSending(nsnull, NS_ERROR_OUT_OF_MEMORY, nsnull, nsnull);
|
||||
else
|
||||
{
|
||||
NotifyListenerOnStopSending(nsnull, NS_OK, nsnull, mTempFile);
|
||||
NotifyListenerOnStopSending(nsnull, NS_OK, nsnull, mReturnFile);
|
||||
}
|
||||
}
|
||||
else
|
||||
|
|
Загрузка…
Ссылка в новой задаче