]> git.karo-electronics.de Git - mv-sheeva.git/commit
perf script: Fix mem leaks and NULL pointer checks around strdup()s
authorRobert Richter <robert.richter@amd.com>
Fri, 25 Nov 2011 10:38:40 +0000 (11:38 +0100)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Mon, 12 Dec 2011 10:44:00 +0000 (08:44 -0200)
commit38efb539c13f8f173e381435cdd40463ab5d38de
treebbb838b6a52b20965b197a01807392e50193f321
parentb3d9468a8bd218a695e3a0ff112cd4efd27b670a
perf script: Fix mem leaks and NULL pointer checks around strdup()s

Fix mem leaks and missing NULL pointer checks after strdup().

And get_script_path() did not free __script_root in case of continue.

Introduce a helper function get_script_root().

Cc: Ingo Molnar <mingo@elte.hu>
Link: http://lkml.kernel.org/r/1322217520-3287-1-git-send-email-robert.richter@amd.com
Signed-off-by: Robert Richter <robert.richter@amd.com>
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/builtin-script.c