mirror of
https://github.com/torvalds/linux.git
synced 2024-11-11 14:42:24 +00:00
perf top: Fix a memory leak
The 'buf' should be freed when symbol wasn't found too. Cc: Ingo Molnar <mingo@elte.hu> Cc: Paul Mackerras <paulus@samba.org> Cc: Peter Zijlstra <a.p.zijlstra@chello.nl> Link: http://lkml.kernel.org/r/1325000151-4463-3-git-send-email-namhyung@gmail.com Signed-off-by: Namhyung Kim <namhyung@gmail.com> Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
This commit is contained in:
parent
15e6392fee
commit
057a174a06
@ -351,7 +351,6 @@ static void perf_top__prompt_symbol(struct perf_top *top, const char *msg)
|
||||
if (!found) {
|
||||
fprintf(stderr, "Sorry, %s is not active.\n", buf);
|
||||
sleep(1);
|
||||
return;
|
||||
} else
|
||||
perf_top__parse_source(top, found);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user