mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 606884 - Remove the Places controller on view uninit.
r=mak
This commit is contained in:
parent
7804781a5b
commit
f3654b61f7
@ -653,6 +653,11 @@ PlacesViewBase.prototype = {
|
||||
this._result = null;
|
||||
}
|
||||
|
||||
if (this._controller) {
|
||||
this._viewElt.controllers.removeController(this._controller);
|
||||
this._controller = null;
|
||||
}
|
||||
|
||||
delete this._viewElt._placesView;
|
||||
},
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user