HTML: Squash error-path leaks in select box construction.

This commit is contained in:
Michael Drake 2019-05-06 17:29:53 +01:00
parent 65b16f4c54
commit a43b83de03
1 changed files with 2 additions and 0 deletions

View File

@ -2719,6 +2719,7 @@ bool box_select(BOX_SPECIAL_PARAMS)
c2) == false) {
dom_node_unref(c2);
dom_node_unref(c);
form_free_control(gadget);
return false;
}
} else {
@ -2729,6 +2730,7 @@ bool box_select(BOX_SPECIAL_PARAMS)
if (err != DOM_NO_ERR) {
dom_node_unref(c2);
dom_node_unref(c);
form_free_control(gadget);
return false;
}