diff --git a/js/ui/search.js b/js/ui/search.js index 50868e386..e9ae6c822 100644 --- a/js/ui/search.js +++ b/js/ui/search.js @@ -315,6 +315,8 @@ const SearchResultsBase = new Lang.Class({ }, clear: function() { + for (let resultId in this._resultDisplays) + this._resultDisplays[resultId].actor.destroy(); this._resultDisplays = {}; this._clearResultDisplay(); this.actor.hide();