зеркало из https://github.com/mozilla/pjs.git
fix 357017 hang during fcc in copy service, sr=mscott
This commit is contained in:
Родитель
72f0b0adcc
Коммит
3b173bdbe3
|
@ -635,6 +635,8 @@ nsMsgCopyService::NotifyCompletion(nsISupports* aSupport,
|
|||
// if this request is done, or failed, clear it.
|
||||
if (copyRequest->m_processed || NS_FAILED(result))
|
||||
ClearRequest(copyRequest, result);
|
||||
else
|
||||
break;
|
||||
}
|
||||
else
|
||||
break;
|
||||
|
|
Загрузка…
Ссылка в новой задаче