summaryrefslogtreecommitdiff
path: root/desktop
diff options
context:
space:
mode:
Diffstat (limited to 'desktop')
-rw-r--r--desktop/netsurf.c2
1 files changed, 2 insertions, 0 deletions
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();