git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
ae00278
)
latencytop: fix memory leak on latency proc file
author
Hiroshi Shimamoto
<h-shimamoto@ct.jp.nec.com>
Thu, 14 Feb 2008 18:27:00 +0000
(10:27 -0800)
committer
Ingo Molnar
<mingo@elte.hu>
Mon, 25 Feb 2008 15:34:17 +0000
(16:34 +0100)
At lstats_open(), calling get_proc_task() gets task struct, but it never put.
put_task_struct() should be called when releasing.
Signed-off-by: Hiroshi Shimamoto <h-shimamoto@ct.jp.nec.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
No differences found