summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index ebc364612..61b4568a9 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -76,4 +76,5 @@ void netsurf_exit(void)
{
cache_quit();
fetch_quit();
+ gui_quit();
}