i give up, backing myself out.

This commit is contained in:
leaf%mozilla.org 2000-05-27 01:53:36 +00:00
Родитель 9ca0c9d436
Коммит 7a45e1b271
2 изменённых файлов: 0 добавлений и 12 удалений

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

@ -768,12 +768,6 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
PR_FALSE,
&myFunc);
}
//we are done with args, time to free the strings therein
PRInt32 j;
for (j = 0; j < argCount; j++) {
nsAllocator::Free(args[j]);
}
}
else if (tagName.get() == kPropertyAtom) {
// Obtain our name attribute.

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

@ -768,12 +768,6 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
PR_FALSE,
&myFunc);
}
//we are done with args, time to free the strings therein
PRInt32 j;
for (j = 0; j < argCount; j++) {
nsAllocator::Free(args[j]);
}
}
else if (tagName.get() == kPropertyAtom) {
// Obtain our name attribute.