mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +03:00
Revert "Fix memory leak in error handling"
This reverts commit c53be10892
.
Issue tracked in bug 2443
This commit is contained in:
parent
6f2fe0af47
commit
7d4d500c1d
@ -2654,7 +2654,6 @@ bool box_select(BOX_SPECIAL_PARAMS)
|
|||||||
if (err != DOM_NO_ERR) {
|
if (err != DOM_NO_ERR) {
|
||||||
dom_node_unref(c2);
|
dom_node_unref(c2);
|
||||||
dom_node_unref(c);
|
dom_node_unref(c);
|
||||||
form_free_control(gadget);
|
|
||||||
return false;
|
return false;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user