c69e195441
When the GridSearchBase actor is destroyed we should remove the ongoing later that might try to access to invalid resources. To do this, add an _onDestroy() callback function to SearchResultsBase and override it in GridSearchBase. https://gitlab.gnome.org/GNOME/gnome-shell/merge_requests/700