EHTMLEditorDOMUtils - Don't leak a WebKitDOMNodeList object

This commit is contained in:
Tomas Popela
2015-08-12 14:57:16 +02:00
parent 9f2e83538c
commit a5b1edf9b9

View File

@ -555,7 +555,9 @@ merge_lists_if_possible (WebKitDOMNode *list)
node = webkit_dom_node_list_item (lists, ii);
merge_lists_if_possible (node);
g_object_unref (node);
}
g_object_unref (lists);
}
WebKitDOMElement *