зеркало из https://github.com/mozilla/pjs.git
Fix for crasher in mail display - Bug #21436 r: valeski - Approval: chofmann
This commit is contained in:
Родитель
a1fd50730e
Коммит
faf2c862f3
|
@ -122,7 +122,7 @@ nsMimeBaseEmitter::Complete()
|
||||||
// to flush it...if we try and fail, we should probably return
|
// to flush it...if we try and fail, we should probably return
|
||||||
// an error!
|
// an error!
|
||||||
PRUint32 written;
|
PRUint32 written;
|
||||||
if ( (mBufferMgr) && (mBufferMgr->GetSize() > 0))
|
while ( (mBufferMgr) && (mBufferMgr->GetSize() > 0))
|
||||||
Write("", 0, &written);
|
Write("", 0, &written);
|
||||||
|
|
||||||
if (mOutListener)
|
if (mOutListener)
|
||||||
|
|
Загрузка…
Ссылка в новой задаче