fixes mailnews crash when sending mail and opening folders. AddRef before

returning.
This commit is contained in:
putterman%netscape.com 1999-05-05 20:09:20 +00:00
Родитель c03f739631
Коммит ce6e9cacf5
1 изменённых файлов: 1 добавлений и 0 удалений

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

@ -90,5 +90,6 @@ nsresult nsMsgMailSession::GetAccountManager(nsIMsgAccountManager* *aAM)
if (!aAM) return NS_ERROR_NULL_POINTER;
*aAM = m_accountManager;
NS_IF_ADDREF(*aAM);
return NS_OK;
}