diff options
author | 2019-08-15 11:33:34 +0530 | |
---|---|---|
committer | 2019-08-28 12:40:31 +0300 | |
commit | 7ae2227b1c1928cfc8220ca6383c757b185fcf32 (patch) | |
tree | 082bd363b65b5491995c66513a697c707003faa7 /tools/perf/scripts/python/export-to-postgresql.py | |
parent | mtd: spi-nor: aspeed-smc: Add of_node_put() (diff) | |
download | wireguard-linux-7ae2227b1c1928cfc8220ca6383c757b185fcf32.tar.xz wireguard-linux-7ae2227b1c1928cfc8220ca6383c757b185fcf32.zip |
mtd: spi-nor: hisi-sfc: Add of_node_put() before break
Each iteration of for_each_available_child_of_node puts the previous
node, but in the case of a break from the middle of the loop, there
is no put, thus causing a memory leak. Hence add an of_node_put before
the break.
Issue found with Coccinelle.
Signed-off-by: Nishka Dasgupta <nishkadg.linux@gmail.com>
Signed-off-by: Tudor Ambarus <tudor.ambarus@microchip.com>
Diffstat (limited to 'tools/perf/scripts/python/export-to-postgresql.py')
0 files changed, 0 insertions, 0 deletions