mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-03 17:54:33 +03:00
resolve leak of attribute value lwc string in complete save
This commit is contained in:
parent
d0359bc957
commit
bb60859535
@ -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);
|
||||
|
Loading…
Reference in New Issue
Block a user