Re: [PATCH 1/2] mac802154: fix memory leaks

2012-11-30 Thread David Miller
From: Alan Ott Date: Thu, 29 Nov 2012 23:25:10 -0500 > kfree_skb() was not getting called in the case of some failures. > This was pointed out by Eric Dumazet. > > Signed-off-by: Alan Ott Applied. -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a messa

[PATCH 1/2] mac802154: fix memory leaks

2012-11-29 Thread Alan Ott
kfree_skb() was not getting called in the case of some failures. This was pointed out by Eric Dumazet. Signed-off-by: Alan Ott --- net/mac802154/tx.c | 5 - net/mac802154/wpan.c | 4 +++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/net/mac802154/tx.c b/net/mac802154/tx.c