mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-25 07:49:38 +03:00
HTML: box_consturction: cleanup name dom_string in box_object.
This commit is contained in:
parent
4c4b57d511
commit
faf667ada7
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user