summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 2ce1012c2..b25209c4f 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -187,6 +187,10 @@ void netsurf_exit(void)
utf8_finalise();
LOG(("Destroying URLdb"));
urldb_destroy();
+ LOG(("Finalising high-level cache"));
+ hlcache_finalise();
+ LOG(("Finalising low-level cache"));
+ llcache_finalise();
LOG(("Exited successfully"));
}