X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=vnfs%2FVES5.0%2Fevel%2Fevel-library%2Fcode%2Fevel_library%2Fevel_batch.c;h=d1877dd89d87116576046ccaf82bb559d81ce050;hb=1b81e8f0b51576f761aa8e3329285bfb61e6dd79;hp=a33e5e12aa7fb19e07835761bafe90d15b102d90;hpb=65a29e481524fb089f17f213f85b3b5c71e5cc61;p=demo.git 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(); }