From 3e7bf7cfb5368bb59fb3a620cac1e3dfcccf1ebb Mon Sep 17 00:00:00 2001 From: Daniel Silverstone Date: Thu, 20 Jan 2011 13:51:41 +0000 Subject: Ensure we correctly release all icon resources associated with trees, SSL certs, search providers, etc. svn path=/trunk/netsurf/; revision=11421 --- desktop/netsurf.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index 1b2b16e62..fc51a99e0 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -40,6 +40,7 @@ #include "desktop/browser.h" #include "desktop/gui.h" #include "desktop/options.h" +#include "desktop/searchweb.h" #include "utils/log.h" #include "utils/url.h" #include "utils/utf8.h" @@ -176,6 +177,8 @@ void netsurf_exit(void) { LOG(("Closing GUI")); gui_quit(); + LOG(("Closing search and related resources")); + search_web_cleanup(); LOG(("Finalising high-level cache")); hlcache_finalise(); LOG(("Finalising low-level cache")); -- cgit v1.2.3