From ceadbafcbcaf11089aecd10131417ec4dc8a0fcc Mon Sep 17 00:00:00 2001 From: John Mark Bell Date: Sat, 26 Feb 2011 01:19:11 +0000 Subject: Clean up blank_import on exit svn path=/trunk/netsurf/; revision=11818 --- desktop/netsurf.c | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'desktop/netsurf.c') diff --git a/desktop/netsurf.c b/desktop/netsurf.c index d0b57b569..5258efe11 100644 --- a/desktop/netsurf.c +++ b/desktop/netsurf.c @@ -35,6 +35,7 @@ #include "content/fetch.h" #include "content/hlcache.h" #include "content/urldb.h" +#include "css/css.h" #include "desktop/netsurf.h" #include "desktop/401login.h" #include "desktop/browser.h" @@ -181,6 +182,9 @@ void netsurf_exit(void) LOG(("Closing GUI")); gui_quit(); + /* Clean up after CSS */ + css_cleanup(); + LOG(("Closing search and related resources")); search_web_cleanup(); -- cgit v1.2.3