From 74fa727509874983884a35b44b646be034b1fd69 Mon Sep 17 00:00:00 2001 From: Richard Wilson Date: Sat, 2 Sep 2006 15:52:41 +0000 Subject: Experimental new frames code. svn path=/trunk/netsurf/; revision=2906 --- desktop/netsurf.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 606774bf3..f0b7e32f6 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -102,10 +102,15 @@ void netsurf_poll(void) void netsurf_exit(void) { + LOG(("Closing GUI")); gui_quit(); + LOG(("Closing content")); content_quit(); + LOG(("Closing fetches")); fetch_quit(); + LOG(("Closing utf8")); utf8_finalise(); + LOG(("Exited successfully")); } -- cgit v1.2.3