зеркало из https://github.com/mozilla/pjs.git
Bug 333302: OOM [@ NS_NewInterfaceRequestorAggregation], patch by Ryan Flint <rflint@dslr.net>, r=timeless, sr=darin
This commit is contained in:
Родитель
d5d646f32e
Коммит
79fe6585da
|
@ -71,7 +71,7 @@ NS_NewInterfaceRequestorAggregation(nsIInterfaceRequestor *aFirst,
|
|||
nsIInterfaceRequestor **aResult)
|
||||
{
|
||||
*aResult = new nsInterfaceRequestorAgg(aFirst, aSecond);
|
||||
if (!aResult)
|
||||
if (!*aResult)
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
NS_ADDREF(*aResult);
|
||||
return NS_OK;
|
||||
|
|
Загрузка…
Ссылка в новой задаче