commit | 00ae1127a03d20f5ef89f3c1fe7d4720270fc2a5 | [log] [tgz] |
---|---|---|
author | David Ahern <dsahern@gmail.com> | Thu Mar 19 12:36:21 2015 -0600 |
committer | Arnaldo Carvalho de Melo <acme@redhat.com> | Sat Mar 21 14:53:38 2015 -0300 |
tree | fb7cabd1c218d8235e9e88060fd36865fd25e61f | |
parent | 70e972788888315851a5c1b4982efbcafcd03b5b [diff] |
tools lib traceevent: Add destructor for format_field Move the calls that frees the resources allocated for a struct format_field to a separate routine. Signed-off-by: David Ahern <dsahern@gmail.com> Acked-by: Steven Rostedt <rostedt@goodmis.org> Link: http://lkml.kernel.org/r/1426790181-19118-1-git-send-email-dsahern@gmail.com [ Split this part from a larger patch, added pevent_ prefix as requested by Steven ] Signed-off-by: Arnaldo Carvalho de Melo <acme@redhat.com>