зеркало из https://github.com/mozilla/pjs.git
fixed bug 5662 - imap failed to discover folders and downloading mail messages; added NotifyAnnouncerGoingAway() to ForceClosed(); r=bienvenu, a=chofmann
This commit is contained in:
Родитель
d7f0b65166
Коммит
6a955d5779
|
@ -626,6 +626,7 @@ NS_IMETHODIMP nsMsgDatabase::ForceClosed()
|
|||
{
|
||||
nsresult err = NS_OK;
|
||||
|
||||
NotifyAnnouncerGoingAway();
|
||||
// OK, remove from cache first, because now with the new cache that warren put it,
|
||||
// removing from the cache releases an object. That explains why close was
|
||||
// never getting called. ARGGGHHH!
|
||||
|
|
Загрузка…
Ссылка в новой задаче