commit | a6550e57f9d074511cf420bdb802ab5e56edc3bb | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Sun May 14 01:42:25 2006 +0200 |
committer | David Woodhouse <dwmw2@infradead.org> | Sun May 14 01:21:31 2006 +0100 |
tree | 56010126c6a1660b6fbd97765c73f8808214f98c | |
parent | 552d9205186428a1e2a49ed577bcbba9f777af37 [diff] |
mtd: fix memory leak in block2mtd_setup() There's a mem leak in drivers/mtd/devices/block2mtd.c::block2mtd_setup() We can leak 'name' allocated with kmalloc in 'parse_name' if leave via the 'parse_err' macro since it contains a return but doesn't do any freeing. Spotted by coverity checker as bug 615. Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: David Woodhouse <dwmw2@infradead.org>