summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c4
1 files changed, 2 insertions, 2 deletions
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();