diff options
Diffstat (limited to 'trace-read.c')
-rw-r--r-- | trace-read.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/trace-read.c b/trace-read.c index b17c271..175d0d3 100644 --- a/trace-read.c +++ b/trace-read.c | |||
@@ -412,5 +412,7 @@ void trace_report (int argc, char **argv) | |||
412 | 412 | ||
413 | read_data_info(handle); | 413 | read_data_info(handle); |
414 | 414 | ||
415 | pevent_free(pevent); | ||
416 | |||
415 | return; | 417 | return; |
416 | } | 418 | } |