зеркало из https://github.com/mozilla/pjs.git
Fix for bug 348511. r/sr=bz.
This commit is contained in:
Родитель
0c3bccbc19
Коммит
4ceae5b9b2
|
@ -891,7 +891,8 @@ txMozillaXSLTProcessor::SetParameter(const nsAString & aNamespaceURI,
|
|||
|
||||
if (NS_FAILED(rv)) {
|
||||
while (i < count) {
|
||||
NS_RELEASE(values[i++]);
|
||||
NS_RELEASE(values[i]);
|
||||
++i;
|
||||
}
|
||||
nsMemory::Free(array);
|
||||
|
||||
|
@ -1435,7 +1436,8 @@ txVariable::Convert(nsIVariant *aValue, txAExprResult** aResult)
|
|||
txXPathNativeNode::createXPathNode(node));
|
||||
if (!xpathNode) {
|
||||
while (i < count) {
|
||||
NS_RELEASE(values[i++]);
|
||||
NS_RELEASE(values[i]);
|
||||
++i;
|
||||
}
|
||||
nsMemory::Free(array);
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче