Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
thunderbolt: Fix memory leak in tb_handle_dp_bandwidth_request()
The memory allocated in tb_queue_dp_bandwidth_request() needs to be released once the request is handled to avoid leaking it. Fixes: 6ce3563 ("thunderbolt: Add support for DisplayPort bandwidth allocation mode") Cc: [email protected] Signed-off-by: Mika Westerberg <[email protected]>
- Loading branch information