From 8551b9dff030064da3a39be0c54d8114058f1e77 Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Fri, 29 Jun 2012 20:37:32 +0000 Subject: Move js_finalise(). Fix provided by Ole Loots (mono) svn path=/trunk/netsurf/; revision=14014 --- desktop/netsurf.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 2b6be861a..4fa7134c0 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -253,12 +253,13 @@ int netsurf_main_loop(void) void netsurf_exit(void) { - js_finalise(); - hlcache_stop(); LOG(("Closing GUI")); gui_quit(); + + LOG(("Finalising JavaScript")); + js_finalise(); LOG(("Closing search and related resources")); search_web_cleanup(); -- cgit v1.2.3