From: [email protected] <[email protected]> Sent: Wednesday, July 15, 2026 8:12 AM
>From: Xuanqiang Luo <[email protected]> > >Commit 4c1a457cb8b0 ("iavf: add support to exchange qos capabilities") >allocates adapter->qos_caps during probe, but iavf_remove() does not >free it. This leaks the allocation whenever an iavf device is removed. > >Free adapter->qos_caps in iavf_remove(). > >Fixes: 4c1a457cb8b0 ("iavf: add support to exchange qos capabilities") >Cc: [email protected] >Signed-off-by: Xuanqiang Luo <[email protected]> Reviewed-by: Jedrzej Jagielski <[email protected]>
