Unverified Commit 80b88a17 authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

!11019 net: usb: qmi_wwan: fix memory leak for not ip packets

parents bacc5400 cd461602
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -216,6 +216,7 @@ static int qmimux_rx_fixup(struct usbnet *dev, struct sk_buff *skb)
			break;
		default:
			/* not ip - do not know what to do */
			kfree_skb(skbn);
			goto skip;
		}