mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 752906 - Fix GCLI memory cleanup issues found during Developer Toolbar memory work; r=dcamp
This commit is contained in:
parent
517b829082
commit
4459cdb137
@ -8012,8 +8012,8 @@ function Menu(options) {
|
||||
*/
|
||||
Menu.prototype.destroy = function() {
|
||||
delete this.element;
|
||||
delete this.items;
|
||||
delete this.template;
|
||||
delete this.document;
|
||||
};
|
||||
|
||||
/**
|
||||
@ -9835,8 +9835,6 @@ Tooltip.prototype.destroy = function() {
|
||||
delete this.descriptionEle;
|
||||
delete this.highlightEle;
|
||||
|
||||
delete this.field;
|
||||
delete this.focusManager;
|
||||
delete this.document;
|
||||
delete this.element;
|
||||
delete this.panelElement;
|
||||
|
Loading…
Reference in New Issue
Block a user