зеркало из https://github.com/mozilla/pjs.git
Don't leak the hash table used for the attribute map (#32196). Patch from shaver, r=beard
This commit is contained in:
Родитель
20b914620d
Коммит
7b2d17ca96
|
@ -81,6 +81,7 @@ nsDOMAttributeMap::~nsDOMAttributeMap()
|
|||
{
|
||||
if (nsnull != mAttributes) {
|
||||
PL_HashTableEnumerateEntries(mAttributes, RemoveAttributes, nsnull);
|
||||
PL_HashTableDestroy(mAttributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
@ -81,6 +81,7 @@ nsDOMAttributeMap::~nsDOMAttributeMap()
|
|||
{
|
||||
if (nsnull != mAttributes) {
|
||||
PL_HashTableEnumerateEntries(mAttributes, RemoveAttributes, nsnull);
|
||||
PL_HashTableDestroy(mAttributes);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче