Gitweb links:
...log
http://git.netsurf-browser.org/libdom.git/shortlog/79ef33218f7cc9acc7b1735362f9e587d63dd9c7
...commit
http://git.netsurf-browser.org/libdom.git/commit/79ef33218f7cc9acc7b1735362f9e587d63dd9c7
...tree
http://git.netsurf-browser.org/libdom.git/tree/79ef33218f7cc9acc7b1735362f9e587d63dd9c7
The branch, master has been updated
via 79ef33218f7cc9acc7b1735362f9e587d63dd9c7 (commit)
from ad4cdc900f197c0f373615d454275f38a9c4d181 (commit)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commitdiff
http://git.netsurf-browser.org/libdom.git/commit/?id=79ef33218f7cc9acc7b1735362f9e587d63dd9c7
commit 79ef33218f7cc9acc7b1735362f9e587d63dd9c7
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>
core: tokenlist: Release last_set with dom_string_unref
diff --git a/src/core/tokenlist.c b/src/core/tokenlist.c
index c227b31..313b13f 100644
--- a/src/core/tokenlist.c
+++ b/src/core/tokenlist.c
@@ -227,7 +227,7 @@ static dom_exception _dom_tokenlist_reify(dom_tokenlist
*list)
if (list->len == 0) {
if (list->last_set != NULL) {
- dom_node_unref(list->last_set);
+ dom_string_unref(list->last_set);
}
list->last_set = dom_string_ref(
list->ele->base.owner->_memo_empty);
-----------------------------------------------------------------------
Summary of changes:
src/core/tokenlist.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/core/tokenlist.c b/src/core/tokenlist.c
index c227b31..313b13f 100644
--- a/src/core/tokenlist.c
+++ b/src/core/tokenlist.c
@@ -227,7 +227,7 @@ static dom_exception _dom_tokenlist_reify(dom_tokenlist
*list)
if (list->len == 0) {
if (list->last_set != NULL) {
- dom_node_unref(list->last_set);
+ dom_string_unref(list->last_set);
}
list->last_set = dom_string_ref(
list->ele->base.owner->_memo_empty);
--
Document Object Model library
_______________________________________________
netsurf-commits mailing list -- [email protected]
To unsubscribe send an email to [email protected]