зеркало из https://github.com/mozilla/gecko-dev.git
Fix refcounting bug. Followup to bug 327176; reviews pending.
This commit is contained in:
Родитель
d8395afe0b
Коммит
af73fbf542
|
@ -3129,7 +3129,7 @@ nsScriptSecurityManager::SystemPrincipalSingletonConstructor()
|
|||
{
|
||||
nsIPrincipal *sysprin = nsnull;
|
||||
if (gScriptSecMan)
|
||||
sysprin = gScriptSecMan->mSystemPrincipal;
|
||||
NS_ADDREF(sysprin = gScriptSecMan->mSystemPrincipal);
|
||||
return NS_STATIC_CAST(nsSystemPrincipal*, sysprin);
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче