commit | d81931d9a2ec3e2e2cd8238b72f20c5fe44ccc7b | [log] [tgz] |
---|---|---|
author | Eric Sesterhenn <snakebyte@gmx.de> | Thu Jun 29 02:24:34 2006 -0700 |
committer | Linus Torvalds <torvalds@g5.osdl.org> | Thu Jun 29 10:26:21 2006 -0700 |
tree | 33a67614c605f2c3635619f977932a3e14a728a7 | |
parent | 9dc3885dfbebc76f4461b19e1af15e704ff4fcb0 [diff] |
[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>