commit | 45dabf1427a0a876f733b07239ade1bdb0e06010 | [log] [tgz] |
---|---|---|
author | Li Zefan <lizf@cn.fujitsu.com> | Tue Jun 24 13:30:23 2008 +0800 |
committer | Paul Mundt <lethal@linux-sh.org> | Mon Jul 28 18:10:27 2008 +0900 |
tree | 0bcec487028dcb802a5c2ccf0e790f5b48745bac | |
parent | c9272c4f9fbe2087beb3392f526dc5b19efaa56b [diff] |
sh: fix seq_file memory leak When using single_open(), single_release() should be used instead of seq_release(), otherwise there is a memory leak. Signed-off-by: Li Zefan <lizf@cn.fujitsu.com> Signed-off-by: Paul Mundt <lethal@linux-sh.org>