resolve leak of attribute value lwc string in complete save

This commit is contained in:
Vincent Sanders 2019-10-24 22:19:52 +01:00
parent d0359bc957
commit bb60859535

View File

@ -792,6 +792,7 @@ static bool save_complete_handle_attr(save_complete_ctx *ctx,
dom_string_unref(name);
return false;
}
dom_string_unref(value);
}
dom_string_unref(name);