зеркало из https://github.com/mozilla/gecko-dev.git
Bug 283514 OOM mlk [@ WSPTestComplexType::Array2]
patch by dewildt@gmail.com r=timeless sr=bz
This commit is contained in:
Родитель
c06165250f
Коммит
66b4bd19f7
|
@ -763,6 +763,7 @@ WSPTestComplexType::Array3(PRUint32 *length, nsIWSPTestComplexType ***array3)
|
|||
}
|
||||
WSPTestComplexType* inst = new WSPTestComplexType();
|
||||
if (!inst) {
|
||||
nsMemory::Free((void *) ptr);
|
||||
return NS_ERROR_OUT_OF_MEMORY;
|
||||
}
|
||||
ptr[0] = inst;
|
||||
|
|
Загрузка…
Ссылка в новой задаче