From 7cfec6970050b8589194551b71b4375982920a88 Mon Sep 17 00:00:00 2001 From: Chris Young Date: Thu, 23 Oct 2014 18:48:31 +0100 Subject: Ensure the throbber is stopped when destroying a gui_window. Fixes 2205. --- amiga/gui.c | 1 + 1 file changed, 1 insertion(+) diff --git a/amiga/gui.c b/amiga/gui.c index 3413dab28..391b3a387 100644 --- a/amiga/gui.c +++ b/amiga/gui.c @@ -3888,6 +3888,7 @@ static void gui_window_destroy(struct gui_window *g) ami_free_download_list(&g->dllist); FreeObjList(g->deferred_rects); + gui_window_stop_throbber(g); curbw = NULL; -- cgit v1.2.3