diff --git a/js/ui/overlay.js b/js/ui/overlay.js index 6b61b0f4f..1d7ca16c3 100644 --- a/js/ui/overlay.js +++ b/js/ui/overlay.js @@ -685,6 +685,9 @@ Overlay.prototype = { this._workspaces.destroy(); this._workspaces = null; + this._workspacesBackground.destroy(); + this._workspacesBackground = null; + this._sideshow.hide(); this._group.hide(); },