SYSLINK: notify - ducatidrv frees event listener
In the function notify_ducatidrv_unregister_event, it finds the event listener
and deletes the list element containing that listener, but did not free the
listener object itself, which was kmalloced in notify_ducatidrv_register_event.
The listener is now being freed.
Signed-off-by: Simon Que <sque@ti.com>
Showing
Please register or sign in to comment