summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 5f12f74fd..dbbe7575c 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -96,8 +96,9 @@ void netsurf_poll(void)
void netsurf_exit(void)
{
- fetch_quit();
gui_quit();
+ content_quit();
+ fetch_quit();
}