diff options
-rw-r--r-- | veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c index a33e5e1..ca8206b 100644 --- a/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c +++ b/veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c @@ -145,6 +145,7 @@ void evel_free_batch(EVENT_HEADER * event) evel_free_event(batch_field); batch_field = dlist_pop_last(&event->batch_events); } + evel_free_header(event); EVEL_EXIT(); } |