зеркало из https://github.com/mozilla/pjs.git
Fix dumb leak.
This commit is contained in:
Родитель
f9e737bf05
Коммит
90a7941440
|
@ -83,6 +83,7 @@ nsElementMap::ReleaseContentList(PLHashEntry* aHashEntry, PRIntn aIndex, void* a
|
|||
while (head) {
|
||||
ContentListItem* doomed = head;
|
||||
head = head->mNext;
|
||||
NS_RELEASE(doomed->mContent);
|
||||
delete doomed;
|
||||
}
|
||||
|
||||
|
|
|
@ -83,6 +83,7 @@ nsElementMap::ReleaseContentList(PLHashEntry* aHashEntry, PRIntn aIndex, void* a
|
|||
while (head) {
|
||||
ContentListItem* doomed = head;
|
||||
head = head->mNext;
|
||||
NS_RELEASE(doomed->mContent);
|
||||
delete doomed;
|
||||
}
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче