From: Jesper Juhl Date: Sat, 25 Mar 2006 11:08:12 +0000 (-0800) Subject: [PATCH] Fix memory leak in isapnp X-Git-Tag: v2.6.17-rc1~760 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656bde5728b824ca23fcab8bc5800b309ea48d64;p=pandora-kernel.git [PATCH] Fix memory leak in isapnp Spotted by the Coverity checker as bug #666 akpm; there are several other `return 1;'s in there which aren't freeing `dev'. (A fix which converts this function to single-exit would be preferred..) Signed-off-by: Jesper Juhl Cc: Adam Belay Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed