summaryrefslogtreecommitdiff
path: root/amiga/gui.c
diff options
context:
space:
mode:
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);
}