Gitweb links:

...log 
http://git.netsurf-browser.org/netsurf.git/shortlog/faf667ada7181b50890bc9fc970b99da0916d02c
...commit 
http://git.netsurf-browser.org/netsurf.git/commit/faf667ada7181b50890bc9fc970b99da0916d02c
...tree 
http://git.netsurf-browser.org/netsurf.git/tree/faf667ada7181b50890bc9fc970b99da0916d02c

The branch, master has been updated
       via  faf667ada7181b50890bc9fc970b99da0916d02c (commit)
      from  4c4b57d5113563b054bcede735b46f18003c98e5 (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/netsurf.git/commit/?id=faf667ada7181b50890bc9fc970b99da0916d02c
commit faf667ada7181b50890bc9fc970b99da0916d02c
Author: Michael Drake <[email protected]>
Commit: Michael Drake <[email protected]>

    HTML: box_consturction: cleanup name dom_string in box_object.

diff --git a/content/handlers/html/box_construct.c 
b/content/handlers/html/box_construct.c
index 50d1027..6271405 100644
--- a/content/handlers/html/box_construct.c
+++ b/content/handlers/html/box_construct.c
@@ -1849,9 +1849,11 @@ bool box_object(BOX_SPECIAL_PARAMS)
                                /* The first non-param child is the start of
                                 * the alt html. Therefore, we should break
                                 * out of this loop. */
+                               dom_string_unref(name);
                                dom_node_unref(c);
                                break;
                        }
+                       dom_string_unref(name);
 
                        param = talloc(params, struct object_param);
                        if (param == NULL) {


-----------------------------------------------------------------------

Summary of changes:
 content/handlers/html/box_construct.c |    2 ++
 1 file changed, 2 insertions(+)

diff --git a/content/handlers/html/box_construct.c 
b/content/handlers/html/box_construct.c
index 50d1027..6271405 100644
--- a/content/handlers/html/box_construct.c
+++ b/content/handlers/html/box_construct.c
@@ -1849,9 +1849,11 @@ bool box_object(BOX_SPECIAL_PARAMS)
                                /* The first non-param child is the start of
                                 * the alt html. Therefore, we should break
                                 * out of this loop. */
+                               dom_string_unref(name);
                                dom_node_unref(c);
                                break;
                        }
+                       dom_string_unref(name);
 
                        param = talloc(params, struct object_param);
                        if (param == NULL) {


-- 
NetSurf Browser

_______________________________________________
netsurf-commits mailing list
[email protected]
http://listmaster.pepperfish.net/cgi-bin/mailman/listinfo/netsurf-commits-netsurf-browser.org

Reply via email to