fixing 35196, but with due diligence this time. r=hyatt,bruce a=waterson

This commit is contained in:
leaf%mozilla.org 2000-06-01 07:01:54 +00:00
parent 9766663fb2
commit fff6c7e834
2 changed files with 6 additions and 0 deletions

View File

@ -771,6 +771,9 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
PR_FALSE,
&myFunc);
}
for (PRUint32 l = 0; l < argCount; l++) {
nsAllocator::Free(args[l]);
}
}
else if (tagName.get() == kPropertyAtom) {
// Obtain our name attribute.

View File

@ -771,6 +771,9 @@ nsXBLBinding::InstallProperties(nsIContent* aBoundElement)
PR_FALSE,
&myFunc);
}
for (PRUint32 l = 0; l < argCount; l++) {
nsAllocator::Free(args[l]);
}
}
else if (tagName.get() == kPropertyAtom) {
// Obtain our name attribute.