commit | e8719adf30c136319a77824d032b3a185148f8f9 | [log] [tgz] |
---|---|---|
author | Tom Zanussi <tom.zanussi@linux.intel.com> | Wed Nov 10 07:52:32 2010 -0600 |
committer | Tom Zanussi <tom.zanussi@linux.intel.com> | Wed Nov 10 07:52:32 2010 -0600 |
tree | 55773bb481e65568be3093aaf205303d3f01592d | |
parent | 01797c599816d39dfea47864c0f90cd50845811f [diff] |
perf trace scripting: fix some small memory leaks and missing error checks Free the other two fields of script_desc which somehow got overlooked, free malloc'ed args in case exec fails, and add missing checks for failed mallocs. Signed-off-by: Tom Zanussi <tom.zanussi@linux.intel.com> Acked-by: Arnaldo Carvalho de Melo <acme@ghostprotocols.net>