summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
authorJohn Mark Bell <jmb@netsurf-browser.org>2011-02-26 01:19:11 +0000
committerJohn Mark Bell <jmb@netsurf-browser.org>2011-02-26 01:19:11 +0000
commitceadbafcbcaf11089aecd10131417ec4dc8a0fcc (patch)
treebfa7e729cf7f244ad28f9646158200d8a47678bb /desktop/netsurf.c
parentdaa8697651893bfa7187f81caa890616803b6210 (diff)
downloadnetsurf-ceadbafcbcaf11089aecd10131417ec4dc8a0fcc.tar.gz
netsurf-ceadbafcbcaf11089aecd10131417ec4dc8a0fcc.tar.bz2
Clean up blank_import on exit
svn path=/trunk/netsurf/; revision=11818
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c4
1 files changed, 4 insertions, 0 deletions
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();