summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-23 18:48:31 +0100
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-10-23 18:48:31 +0100
commit7cfec6970050b8589194551b71b4375982920a88 (patch)
tree17c8476305a486caa486c400fdf3ab7eec6123fb
parentd38f07cc04a1d491ac521af1886e1c0daec5bcc4 (diff)
downloadnetsurf-7cfec6970050b8589194551b71b4375982920a88.tar.gz
netsurf-7cfec6970050b8589194551b71b4375982920a88.tar.bz2
Ensure the throbber is stopped when destroying a gui_window. Fixes 2205.
-rw-r--r--amiga/gui.c1
1 files changed, 1 insertions, 0 deletions
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;