summaryrefslogtreecommitdiff
path: root/content/content_factory.c
diff options
context:
space:
mode:
Diffstat (limited to 'content/content_factory.c')
-rw-r--r--content/content_factory.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/content/content_factory.c b/content/content_factory.c
index 3f06dc432..8da73337c 100644
--- a/content/content_factory.c
+++ b/content/content_factory.c
@@ -56,6 +56,9 @@ void content_factory_fini(void)
content_handlers = content_handlers->next;
+ if (victim->handler->fini != NULL)
+ victim->handler->fini();
+
lwc_string_unref(victim->mime_type);
free(victim);