mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 607512: Destroy document-viewer widgetry to avoid keeping native widgets and layers alive longer than necessary. r=roc a=blocking-fennec
This commit is contained in:
parent
a49bc9b30b
commit
2366aa408c
@ -1624,6 +1624,8 @@ DocumentViewerImpl::Destroy()
|
||||
mPresContext = nsnull;
|
||||
}
|
||||
|
||||
mWindow = nsnull;
|
||||
mViewManager = nsnull;
|
||||
mContainer = nsnull;
|
||||
|
||||
return NS_OK;
|
||||
|
Loading…
Reference in New Issue
Block a user