commit | a8b0ac0873cd911b3bf3d6e2db98f80d0b158d56 | [log] [tgz] |
---|---|---|
author | Jesper Juhl <jesper.juhl@gmail.com> | Tue Oct 16 23:26:56 2007 -0700 |
committer | Linus Torvalds <torvalds@woody.linux-foundation.org> | Wed Oct 17 08:42:51 2007 -0700 |
tree | 4518c45d295a8668e768a648f6fc5cc71f9d9878 | |
parent | 5f149cf0ac2ba6c23d77e39fe03290535d13f13d [diff] |
pnp: avoid a small unlikely memory leak in proc_read_escd() There's a small and unlikely memory leak in drivers/pnp/pnpbios/proc.c::proc_read_escd(). It's inside a sanity check, so it probably won't trigger often (if at all), however it *is* a potential leak and it's easy to avoid, so let's just fix it :) Signed-off-by: Jesper Juhl <jesper.juhl@gmail.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>