commit | 50fe5262f758f22656b2c09591892fc2e24ef74b | [log] [tgz] |
---|---|---|
author | Rasmus Villemoes <rasmus.villemoes@prevas.dk> | Wed May 11 16:12:50 2022 +0200 |
committer | Tom Rini <trini@konsulko.com> | Mon Aug 08 10:50:20 2022 -0400 |
tree | bc79d53ce2082a161964f15a503b594e2ba677b6 | |
parent | ff35f4c54be4410b3d419ce6d448208f0bd1fc0f [diff] |
net: dwc_eth_qos: fix double resource leak in eqos_remove() Not only does eqos_remove() fail to free the buffers that have been allocated by eqos_probe_resources_core(), it repeats those allocations and thus drops twice as much memory on the floor. Signed-off-by: Rasmus Villemoes <rasmus.villemoes@prevas.dk> Reviewed-by: Ramon Fried <rfried.dev@gmail.com>