зеркало из https://github.com/mozilla/gecko-dev.git
Fix leak regression from timeless's checkin yesterday. b=235882 r=caillon sr=jst
This commit is contained in:
Родитель
09ed038b72
Коммит
d775fce404
|
@ -3242,7 +3242,7 @@ nsComponentManagerImpl::AutoRegisterImpl(PRInt32 when,
|
|||
nsCOMPtr<nsIComponentLoader> loader;
|
||||
int typeIndex;
|
||||
rv = AddLoaderType(loaderType.get(), &typeIndex);
|
||||
if (NS_FAILED(rv));
|
||||
if (NS_FAILED(rv))
|
||||
return rv;
|
||||
GetLoaderForType(typeIndex, getter_AddRefs(loader));
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче