aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c
diff options
context:
space:
mode:
Diffstat (limited to 'vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c
index a33e5e12..d1877dd8 100644
--- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_batch.c
+++ b/vnfs/VES5.0/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();
}