summaryrefslogtreecommitdiff
path: root/desktop/netsurf.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/netsurf.c')
-rw-r--r--desktop/netsurf.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/desktop/netsurf.c b/desktop/netsurf.c
index 9861e7e4a..fe93818ea 100644
--- a/desktop/netsurf.c
+++ b/desktop/netsurf.c
@@ -32,6 +32,7 @@
#include "utils/config.h"
#include "utils/utsname.h"
+#include "content/content_factory.h"
#include "content/fetch.h"
#include "content/hlcache.h"
#include "content/urldb.h"
@@ -214,6 +215,8 @@ void netsurf_exit(void)
html_fini();
css_fini();
+ content_factory_fini();
+
LOG(("Closing utf8"));
utf8_finalise();