Loading drivers/net/pptp.c +2 −0 Original line number Diff line number Diff line Loading @@ -285,8 +285,10 @@ static int pptp_xmit(struct ppp_channel *chan, struct sk_buff *skb) ip_send_check(iph); ip_local_out(skb); return 1; tx_error: kfree_skb(skb); return 1; } Loading Loading
drivers/net/pptp.c +2 −0 Original line number Diff line number Diff line Loading @@ -285,8 +285,10 @@ static int pptp_xmit(struct ppp_channel *chan, struct sk_buff *skb) ip_send_check(iph); ip_local_out(skb); return 1; tx_error: kfree_skb(skb); return 1; } Loading