Unverified Commit 6bd8174f authored by openeuler-ci-bot's avatar openeuler-ci-bot Committed by Gitee
Browse files

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

parents a4d357bb 7b34db35
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;
		}