From: Adrian Hunter Date: Thu, 10 Apr 2014 09:02:54 +0000 (+0300) Subject: perf tools: Fix double free in perf test 21 (code-reading.c) X-Git-Tag: omap-for-v3.16/pm-signed~99^2^2~1 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ae450a7d054cd1fe8d003a085858ca5b90cc74d9;p=pandora-kernel.git perf tools: Fix double free in perf test 21 (code-reading.c) perf_evlist__delete() deletes attached cpu and thread maps but the test is still using them, so remove them from the evlist before deleting it. Signed-off-by: Adrian Hunter Link: http://lkml.kernel.org/r/53465E3E.8070201@intel.com Signed-off-by: Jiri Olsa --- Reading git-diff-tree failed