[PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c
authorEric Sesterhenn <snakebyte@gmx.de>
Thu, 29 Jun 2006 09:24:34 +0000 (02:24 -0700)
committerLinus Torvalds <torvalds@g5.osdl.org>
Thu, 29 Jun 2006 17:26:21 +0000 (10:26 -0700)
commitd81931d9a2ec3e2e2cd8238b72f20c5fe44ccc7b
tree33a67614c605f2c3635619f977932a3e14a728a7
parent9dc3885dfbebc76f4461b19e1af15e704ff4fcb0
[PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c

Coverity spotted this leak (id #613), when we are not configured, we return
without freeing the allocated skb.

Signed-off-by: Eric Sesterhenn <snakebyte@gmx.de>
Acked-by: Karsten Keil <kkeil@suse.de>
Signed-off-by: Andrew Morton <akpm@osdl.org>
Signed-off-by: Linus Torvalds <torvalds@osdl.org>
drivers/isdn/i4l/isdn_x25iface.c