Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
tracing/stat: remember to free root node
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>
- Loading branch information