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, 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();