From: Eric Sesterhenn Date: Thu, 29 Jun 2006 09:24:34 +0000 (-0700) Subject: [PATCH] SKB leak in drivers/isdn/i4l/isdn_x25iface.c X-Git-Tag: v2.6.18-rc1~397 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d81931d9a2ec3e2e2cd8238b72f20c5fe44ccc7b;p=pandora-kernel.git [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 Acked-by: Karsten Keil Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed