зеркало из https://github.com/mozilla/gecko-dev.git
Null-check to fix crash. b=601543 r+a=jonas
This commit is contained in:
Родитель
f2f33e4d70
Коммит
3ff314356f
|
@ -919,7 +919,7 @@ txMozillaXSLTProcessor::SetParameter(const nsAString & aNamespaceURI,
|
|||
|
||||
if (NS_FAILED(rv)) {
|
||||
while (i < count) {
|
||||
NS_RELEASE(values[i]);
|
||||
NS_IF_RELEASE(values[i]);
|
||||
++i;
|
||||
}
|
||||
nsMemory::Free(array);
|
||||
|
|
Загрузка…
Ссылка в новой задаче