summaryrefslogtreecommitdiff
path: root/amiga
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 20:23:09 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2014-02-10 20:23:09 +0000
commit7fa641616b4c1c2ef8b209618d4b158d45e370c4 (patch)
treed385ec4b82866712d17075e5c4439600ca14dab1 /amiga
parente975b355f54212adfcd6b3a8e32fede621098a31 (diff)
downloadnetsurf-7fa641616b4c1c2ef8b209618d4b158d45e370c4.tar.gz
netsurf-7fa641616b4c1c2ef8b209618d4b158d45e370c4.tar.bz2
Free help before attempting to close the screen, as it doesn't consider itself a visitor window.
Diffstat (limited to 'amiga')
-rw-r--r--amiga/gui.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index c5ef66907..6c44dc67e 100644
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2819,6 +2819,7 @@ static void gui_quit(void)
ami_free_layers(&browserglob);
ami_close_fonts();
+ ami_help_free();
LOG(("Closing screen"));
ami_gui_close_screen(scrn, locked_screen, FALSE);
@@ -2836,9 +2837,7 @@ static void gui_quit(void)
FreeSysObject(ASOT_PORT,appport);
FreeSysObject(ASOT_PORT,sport);
- ami_help_free();
ami_file_req_free();
-
ami_openurl_close();
FreeStringClass(urlStringClass);