From a6d3ceae0ee7cee85020a70b716586425a042900 Mon Sep 17 00:00:00 2001 From: Vincent Sanders Date: Sun, 25 May 2014 00:57:48 +0100 Subject: Completely re-write web search provider handling --- desktop/netsurf.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index e82233a01..153810705 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -278,8 +278,8 @@ void netsurf_exit(void) LOG(("Finalising JavaScript")); js_finalise(); - LOG(("Closing search and related resources")); - search_web_cleanup(); + LOG(("Finalising Web Search")); + search_web_finalise(); LOG(("Finalising high-level cache")); hlcache_finalise(); -- cgit v1.2.3