diff options
author | Chenggang Qin <[email protected]> | 2013-10-11 08:27:59 +0800 |
---|---|---|
committer | Arnaldo Carvalho de Melo <[email protected]> | 2013-10-14 12:21:20 -0300 |
commit | d4f74eb89199dc7bde5579783e9188841e1271e3 (patch) | |
tree | 1c0aa173b26be095f882cc9467cb4ac9e64a3508 /tools/perf/util/scripting-engines/trace-event-python.c | |
parent | 1d5077bdd9a10c4297cded139989bb9ee2998a6c (diff) |
perf symbols: Fix a memory leak due to symbol__delete not being used
In function symbols__fixup_duplicate(), while duplicated symbols are
found, only the rb_node is removed from the tree. The symbol structures
themself are ignored. Then, these memory areas are lost.
Signed-off-by: Chenggang Qin <[email protected]>
Acked-by: Namhyung Kim <[email protected]>
Cc: Andrew Morton <[email protected]>
Cc: Arjan van de Ven <[email protected]>
Cc: David Ahern <[email protected]>
Cc: Ingo Molnar <[email protected]>
Cc: Mike Galbraith <[email protected]>
Cc: Namhyung Kim <[email protected]>
Cc: Paul Mackerras <[email protected]>
Cc: Peter Zijlstra <[email protected]>
Cc: Wu Fengguang <[email protected]>
Cc: Yanmin Zhang <[email protected]>
Link: http://lkml.kernel.org/r/[email protected]
Signed-off-by: Arnaldo Carvalho de Melo <[email protected]>
Diffstat (limited to 'tools/perf/util/scripting-engines/trace-event-python.c')
0 files changed, 0 insertions, 0 deletions