]> asedeno.scripts.mit.edu Git - linux.git/commit
perf session: Free environment information when deleting session
authorNamhyung Kim <namhyung.kim@lge.com>
Wed, 21 Nov 2012 04:43:19 +0000 (13:43 +0900)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Sun, 9 Dec 2012 11:46:05 +0000 (08:46 -0300)
commit03cd20949964f5cda600a56e12ffac39dfec4cb0
tree927836caa449f4062108090d023f5b8883bc49c5
parent3cde41b0d63d0550ac9c8352f1ce0ea516690f46
perf session: Free environment information when deleting session

The perf session environment information was saved (so allocated) during
perf_session__open, but was not freed.  As free(3) handles NULL pointer
input properly it won't cause a issue for writing modes - e.g. perf
record

Signed-off-by: Namhyung Kim <namhyung@kernel.org>
Cc: Andi Kleen <andi@firstfloor.org>
Cc: Feng Tang <feng.tang@intel.com>
Cc: Ingo Molnar <mingo@kernel.org>
Cc: Peter Zijlstra <peterz@infradead.org>
Link: http://lkml.kernel.org/r/1353472999-23042-1-git-send-email-namhyung@kernel.org
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/session.c