summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/html/html_document.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/html/html_document.c b/src/html/html_document.c
index c342864..252dc24 100644
--- a/src/html/html_document.c
+++ b/src/html/html_document.c
@@ -194,7 +194,6 @@ dom_exception _dom_html_document_get_title(dom_html_document *doc,
exc = dom_string_create_interned((uint8_t*)"title",
5, &title_str);
if (exc != DOM_NO_ERR) {
- dom_node_unref(node);
return exc;
}