diff options
Diffstat (limited to 'tools/perf/util/trace-event-parse.c')
-rw-r--r-- | tools/perf/util/trace-event-parse.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/perf/util/trace-event-parse.c b/tools/perf/util/trace-event-parse.c index e0d6d07f6848..c36636fd825b 100644 --- a/tools/perf/util/trace-event-parse.c +++ b/tools/perf/util/trace-event-parse.c | |||
@@ -126,6 +126,7 @@ void event_format__print(struct event_format *event, | |||
126 | trace_seq_init(&s); | 126 | trace_seq_init(&s); |
127 | pevent_event_info(&s, event, &record); | 127 | pevent_event_info(&s, event, &record); |
128 | trace_seq_do_printf(&s); | 128 | trace_seq_do_printf(&s); |
129 | trace_seq_destroy(&s); | ||
129 | } | 130 | } |
130 | 131 | ||
131 | void parse_proc_kallsyms(struct pevent *pevent, | 132 | void parse_proc_kallsyms(struct pevent *pevent, |