This commit is contained in:
peterv%propagandism.org 2006-08-13 20:10:03 +00:00
Родитель 0c3bccbc19
Коммит 4ceae5b9b2
1 изменённых файлов: 4 добавлений и 2 удалений

Просмотреть файл

@ -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);