https://bugzilla.kernel.org/show_bug.cgi?id=215197 rtl8821cerfe2@xxxxxxxxx changed: What |Removed |Added ---------------------------------------------------------------------------- CC| |rtl8821cerfe2@xxxxxxxxx --- Comment #8 from rtl8821cerfe2@xxxxxxxxx --- Hi! Can you check if this 100% untested patch fixes the leak? diff --git a/rtl8xxxu_core.c b/rtl8xxxu_core.c index 39f43c0..b60cc31 100644 --- a/rtl8xxxu_core.c +++ b/rtl8xxxu_core.c @@ -5805,10 +5805,11 @@ static void rtl8xxxu_c2hcmd_callback(struct work_struct *work) default: break; } + + dev_kfree_skb(skb); } out: - dev_kfree_skb(skb); } static void rtl8723bu_handle_c2h(struct rtl8xxxu_priv *priv, -- You may reply to this email to add a comment. You are receiving this mail because: You are the assignee for the bug.