mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 06:31:49 +00:00
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
kmemleak reports several memory leaks from devicetree unittest.
This is the fix for problem 4 of 5.
target_path was not freed in the non-error path.
Fixes: e0a58f3e08
("of: overlay: remove a dependency on device node full_name")
Reported-by: Erhard F. <erhard_f@mailbox.org>
Signed-off-by: Frank Rowand <frank.rowand@sony.com>
Signed-off-by: Rob Herring <robh@kernel.org>
This commit is contained in:
parent
145fc138f9
commit
478ff649b1
@ -261,6 +261,8 @@ static struct property *dup_and_fixup_symbol_prop(
|
||||
|
||||
of_property_set_flag(new_prop, OF_DYNAMIC);
|
||||
|
||||
kfree(target_path);
|
||||
|
||||
return new_prop;
|
||||
|
||||
err_free_new_prop:
|
||||
|
Loading…
Reference in New Issue
Block a user