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

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

parents e57ae64c 8cefbaf8
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -201,6 +201,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;
		}