mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-04-03 04:52:54 +00:00
fixing 35196, but with due diligence this time. r=hyatt,bruce a=waterson
This commit is contained in:
parent
9766663fb2
commit
fff6c7e834
@ -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.
|
||||
|
@ -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.
|
||||
|
Loading…
x
Reference in New Issue
Block a user