зеркало из https://github.com/mozilla/pjs.git
Bug 215159. Fix memory leak in nsViewManager. r+sr=dbaron
This commit is contained in:
Родитель
c1ca8cd43d
Коммит
64d9b11eb9
|
@ -3528,7 +3528,8 @@ PRBool nsViewManager::CreateDisplayList(nsView *aView, PRBool aReparentedViewsPr
|
|||
} else {
|
||||
if (aView->IsZPlaceholderView()) {
|
||||
EnsureZTreeNodeCreated(aView, aResult);
|
||||
mMapPlaceholderViewToZTreeNode.Put(new nsVoidKey(aView), aResult);
|
||||
nsVoidKey key(aView);
|
||||
mMapPlaceholderViewToZTreeNode.Put(&key, aResult);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче