diff options
Diffstat (limited to 'net/bluetooth/l2cap.c')
-rw-r--r-- | net/bluetooth/l2cap.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/net/bluetooth/l2cap.c b/net/bluetooth/l2cap.c index c9a848d3ef94..46f22640a337 100644 --- a/net/bluetooth/l2cap.c +++ b/net/bluetooth/l2cap.c | |||
@@ -3522,6 +3522,7 @@ static inline int l2cap_data_channel_sframe(struct sock *sk, u16 rx_control, str | |||
3522 | break; | 3522 | break; |
3523 | } | 3523 | } |
3524 | 3524 | ||
3525 | kfree_skb(skb); | ||
3525 | return 0; | 3526 | return 0; |
3526 | } | 3527 | } |
3527 | 3528 | ||