зеркало из https://github.com/mozilla/gecko-dev.git
Bug 215159. Fix memory leak in nsViewManager. r+sr=dbaron
This commit is contained in:
Родитель
08d4596aaa
Коммит
61eaa5b203
|
@ -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);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Загрузка…
Ссылка в новой задаче