diff options
author | Gaosheng Cui <cuigaosheng1@huawei.com> | 2022-11-29 04:01:46 +0300 |
---|---|---|
committer | Michal Simek <michal.simek@amd.com> | 2023-01-05 11:46:51 +0300 |
commit | 1bea534991b9b35c41848a397666ada436456beb (patch) | |
tree | cf2cdd5e27b5ee222f11650148917c9d16d8e7c9 /drivers/android/binder.c | |
parent | 1b929c02afd37871d5afb9d498426f83432e71c2 (diff) | |
download | linux-1bea534991b9b35c41848a397666ada436456beb.tar.xz |
driver: soc: xilinx: fix memory leak in xlnx_add_cb_for_notify_event()
The kfree() should be called when memory fails to be allocated for
cb_data in xlnx_add_cb_for_notify_event(), otherwise there will be
a memory leak, so add kfree() to fix it.
Fixes: 05e5ba40ea7a ("driver: soc: xilinx: Add support of multiple callbacks for same event in event management driver")
Signed-off-by: Gaosheng Cui <cuigaosheng1@huawei.com>
Acked-by: Michal Simek <michal.simek@amd.com>
Link: https://lore.kernel.org/r/20221129010146.1026685-1-cuigaosheng1@huawei.com
Signed-off-by: Michal Simek <michal.simek@amd.com>
Diffstat (limited to 'drivers/android/binder.c')
0 files changed, 0 insertions, 0 deletions