summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index a3b106711..383268a04 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -176,16 +176,16 @@ void netsurf_exit(void)
{
LOG(("Closing GUI"));
gui_quit();
+ LOG(("Finalising high-level cache"));
+ hlcache_finalise();
+ LOG(("Finalising low-level cache"));
+ llcache_finalise();
LOG(("Closing fetches"));
fetch_quit();
LOG(("Closing utf8"));
utf8_finalise();
LOG(("Destroying URLdb"));
urldb_destroy();
- LOG(("Finalising high-level cache"));
- hlcache_finalise();
- LOG(("Finalising low-level cache"));
- llcache_finalise();
LOG(("Remaining lwc strings:"));
lwc_iterate_strings(netsurf_lwc_iterator, NULL);
LOG(("Exited successfully"));