perf tools: Free the terms list_head in parse_events__free_terms()
authorWang Nan <wangnan0@huawei.com>
Fri, 12 Feb 2016 20:01:17 +0000 (17:01 -0300)
committerArnaldo Carvalho de Melo <acme@redhat.com>
Fri, 12 Feb 2016 20:01:17 +0000 (17:01 -0300)
commitd20a5f2b277b2f46548fb60f2bb95ad9a601d3fe
tree141539c9f6ead8282571b298ef54919236e92154
parent682dc24c2a0f13d5a16ac8f4303671eb8f11519f
perf tools: Free the terms list_head in parse_events__free_terms()

Fixing a leak, since code calling parse_events__free_terms() expect it
to free the list_head too.

Signed-off-by: Wang Nan <wangnan0@huawei.com>
Acked-by: Jiri Olsa <jolsa@kernel.org>
Cc: Alexei Starovoitov <ast@kernel.org>
Cc: He Kuang <hekuang@huawei.com>
Cc: Masami Hiramatsu <masami.hiramatsu.pt@hitachi.com>
Cc: Namhyung Kim <namhyung@kernel.org>
Cc: Zefan Li <lizefan@huawei.com>
Cc: pi3orama@163.com
[ Spun off from another patch ]
Link: http://lkml.kernel.org/r/1454680939-24963-2-git-send-email-wangnan0@huawei.com
Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>
tools/perf/util/parse-events.c
This page took 0.02591 seconds and 5 git commands to generate.