From 54d25de3719137a71af3415d952f1f8eb1296d4c Mon Sep 17 00:00:00 2001 From: James Bursa Date: Fri, 30 Jul 2004 16:16:07 +0000 Subject: [project @ 2004-07-30 16:16:07 by bursa] Implement content_quit() and ro_gui_window_quit() to free resources on quit. svn path=/import/netsurf/; revision=1164 --- desktop/netsurf.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'desktop') 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(); } -- cgit v1.2.3