From e083b503a0608f99b0651cc55bafd3a99f2121b4 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Sun, 13 Mar 2011 20:20:31 +0000 Subject: Ensure we stop the hlcache schedule before we quit the gui svn path=/trunk/netsurf/; revision=12036 --- desktop/netsurf.c | 2 ++ 1 file changed, 2 insertions(+) (limited to 'desktop') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 3edbae8d5..ed9dbb18b 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -175,6 +175,8 @@ int netsurf_main_loop(void) void netsurf_exit(void) { + hlcache_stop(); + LOG(("Closing GUI")); gui_quit(); -- cgit v1.2.3