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:
b3dd7ba
)
tracing/stat: remember to free root node
author
Li Zefan
<lizf@cn.fujitsu.com>
Wed, 27 May 2009 03:04:48 +0000
(11:04 +0800)
committer
Frederic Weisbecker
<fweisbec@gmail.com>
Mon, 1 Jun 2009 23:18:03 +0000
(
01:18
+0200)
When closing a trace_stat file, we destroy the rbtree constructed during
file open, but there is memory leak that the root node is not freed.
[ Impact: fix memory leak when closing a trace_stat file ]
Signed-off-by: Li Zefan <lizf@cn.fujitsu.com>
Signed-off-by: Frederic Weisbecker <fweisbec@gmail.com>
No differences found