зеркало из https://github.com/mozilla/pjs.git
Remove an extra AddRef.
This commit is contained in:
Родитель
0970cdd306
Коммит
16f7857ad8
|
@ -90,9 +90,8 @@ nsresult nsMsgMailSession::GetCurrentServer(nsIMsgIncomingServer ** aServer)
|
||||||
|
|
||||||
if (NS_FAILED(rv)) return rv;
|
if (NS_FAILED(rv)) return rv;
|
||||||
|
|
||||||
|
//if successful aServer will be addref'd by GetIncomingServer
|
||||||
rv = defaultAccount->GetIncomingServer(aServer);
|
rv = defaultAccount->GetIncomingServer(aServer);
|
||||||
if (NS_SUCCEEDED(rv))
|
|
||||||
NS_ADDREF(*aServer);
|
|
||||||
|
|
||||||
return rv;
|
return rv;
|
||||||
}
|
}
|
||||||
|
|
Загрузка…
Ссылка в новой задаче