• Simon Que's avatar
    SYSLINK: notify - ducatidrv frees event listener · 22167913
    Simon Que authored
    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: default avatarSimon Que <sque@ti.com>
    22167913
notify_ducati.c 33.3 KB