commit | 0fb9f2aab738eec9dd9b929ed7d37bf744d2ac77 | [log] [tgz] |
---|---|---|
author | Rabin Vincent <rabin@rab.in> | Sun Jan 18 20:00:21 2015 +0100 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Wed Jan 21 10:05:32 2015 -0300 |
tree | 04dd87c012dca644ecd7308a05b73349e3a5ec82 | |
parent | be81908c2289f405df75d2511ccf5da785945400 [diff] |
perf annotate: Fix memory leaks in LOCK handling The lock prefix handling fails to free the strdup()'d name as well as the fields allocated by the instruction parsing. Signed-off-by: Rabin Vincent <rabin@rab.in> Cc: Paul Mackerras <paulus@samba.org> Link: http://lkml.kernel.org/r/1421607621-15005-2-git-send-email-rabin@rab.in Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>