Bug 866569 - Unlink nsXULPrototypeNodes more aggressively. r=smaug

This commit is contained in:
Andrew McCreight 2013-08-06 17:37:05 -07:00
parent be640f4d8e
commit 4bf567ba23

View File

@ -2329,6 +2329,7 @@ nsXULPrototypeElement::Unlink()
mNumAttributes = 0;
delete[] mAttributes;
mAttributes = nullptr;
mChildren.Clear();
}
void