perf annotate: Reuse path from the result of addr2line
authorNamhyung Kim <namhyung.kim@lge.com>
Wed, 11 Sep 2013 05:09:26 +0000 (14:09 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Wed, 9 Oct 2013 18:58:20 +0000 (15:58 -0300)
commit89da393c171926d3372f573d752be5ced98038eb
tree341ee9887bc5a739ca4ccf22c599dfd93c03c214
parent963ba5fd5d04f36d6a5c9a94562484a4f270c1de
perf annotate: Reuse path from the result of addr2line

In the symbol__get_source_line(), path and src_line->path will have same
value, but they were allocated separately, and leaks one.  Just share
path to src_line->path.

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Reviewed-by: Jiri Olsa <jolsa@redhat.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Jiri Olsa <jolsa@redhat.com>
Cc: Paul Mackerras <paulus@samba.org>
Cc: Peter Zijlstra <a.p.zijlstra@chello.nl>
Link: http://lkml.kernel.org/r/1378876173-13363-3-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/annotate.c