diff options
author | Namhyung Kim <namhyung@gmail.com> | 2011-12-27 16:35:51 +0100 |
---|---|---|
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | 2012-01-03 18:06:34 +0100 |
commit | 466e2876bcb9ddc9b92502c46689679bee7d72a0 (patch) | |
tree | 169737d7f58146fb69f3c3215bcd3df73dec051a /tools/perf/util/ui | |
parent | perf top: Fix a memory leak (diff) | |
download | linux-466e2876bcb9ddc9b92502c46689679bee7d72a0.tar.xz linux-466e2876bcb9ddc9b92502c46689679bee7d72a0.zip |
perf script: Kill script_spec__delete
As script_spec__delete() frees given struct script_spec it should not be
called if we failed to allocate the struct. Also it's the only caller of
the function, we can get rid of the function itself.
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-4-git-send-email-namhyung@gmail.com
Signed-off-by: Namhyung Kim <namhyung@gmail.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
Diffstat (limited to 'tools/perf/util/ui')
0 files changed, 0 insertions, 0 deletions