summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
authorChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-13 19:43:56 +0000
committerChris Young <chris@unsatisfactorysoftware.co.uk>2011-03-13 19:43:56 +0000
commit6a7402b330e1eecaa26c27e608a6cd7d68c1ad83 (patch)
tree61ebefa3a26342aa5012b578d82608ff4d57f017 /amiga/gui.c
parentd3b8961017e5b588eb2efb889c3e3612f2847a18 (diff)
downloadnetsurf-6a7402b330e1eecaa26c27e608a6cd7d68c1ad83.tar.gz
netsurf-6a7402b330e1eecaa26c27e608a6cd7d68c1ad83.tar.bz2
Empty the schedule list before freeing and closing resources
svn path=/trunk/netsurf/; revision=12034
Diffstat (limited to 'amiga/gui.c')
-rwxr-xr-xamiga/gui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/amiga/gui.c b/amiga/gui.c
index 061e6636d..5f638ebba 100755
--- a/amiga/gui.c
+++ b/amiga/gui.c
@@ -2165,8 +2165,8 @@ void gui_quit(void)
if(IKeymap) DropInterface((struct Interface *)IKeymap);
if(KeymapBase) CloseLibrary(KeymapBase);
- ami_schedule_close_timer();
ami_schedule_free();
+ ami_schedule_close_timer();
FreeObjList(window_list);
}