]> git.baikalelectronics.ru Git - kernel.git/commit
of: overlay: kmemleak in dup_and_fixup_symbol_prop()
authorFrank Rowand <frank.rowand@sony.com>
Thu, 16 Apr 2020 21:42:49 +0000 (16:42 -0500)
committerRob Herring <robh@kernel.org>
Fri, 17 Apr 2020 13:31:34 +0000 (08:31 -0500)
commit5f612444aa6b2b716ef14ff3103a482fb4adaa5b
treed4e50935f64e7f0c2e672174ec88c33f2cc4afff
parent39b68586141a6e2151d2ccc4f58e60d54d039036
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: 6f303d077fcb ("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>
drivers/of/overlay.c