aboutsummaryrefslogtreecommitdiff
path: root/tools/perf/scripts/python/exported-sql-viewer.py
diff options
context:
space:
mode:
authorYang Yingliang <yangyingliang@huawei.com>2022-10-25 21:00:11 +0800
committerPaolo Abeni <pabeni@redhat.com>2022-10-27 12:51:41 +0200
commit0e7ce23a917a9cc83ca3c779fbba836bca3bcf1e (patch)
tree043858014fd6dbf88f50de2909a038dbcd102d44 /tools/perf/scripts/python/exported-sql-viewer.py
parent89049273122e7ac92de0f3abfebb5cdb9d874431 (diff)
net: ehea: fix possible memory leak in ehea_register_port()
If of_device_register() returns error, the of node and the name allocated in dev_set_name() is leaked, call put_device() to give up the reference that was set in device_initialize(), so that of node is put in logical_port_release() and the name is freed in kobject_cleanup(). Fixes: 1acf2318dd13 ("ehea: dynamic add / remove port") Signed-off-by: Yang Yingliang <yangyingliang@huawei.com> Link: https://lore.kernel.org/r/20221025130011.1071357-1-yangyingliang@huawei.com Signed-off-by: Paolo Abeni <pabeni@redhat.com>
Diffstat (limited to 'tools/perf/scripts/python/exported-sql-viewer.py')
0 files changed, 0 insertions, 0 deletions