summaryrefslogtreecommitdiff
path: root/src/core
diff options
context:
space:
mode:
Diffstat (limited to 'src/core')
-rw-r--r--src/core/document.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/document.c b/src/core/document.c
index fda83dd..14fd1b9 100644
--- a/src/core/document.c
+++ b/src/core/document.c
@@ -319,6 +319,7 @@ bool _dom_document_finalise(dom_document *doc)
if (doc->id_name != NULL)
dom_string_unref(doc->id_name);
+ dom_string_unref(doc->uri);
dom_string_unref(doc->class_string);
dom_string_unref(doc->script_string);
dom_string_unref(doc->_memo_empty);