summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPrakashH <pbhandar@techmahindra.com>2019-02-28 23:29:31 +0530
committerPrakashH <pbhandar@techmahindra.com>2019-02-28 23:29:31 +0530
commit3e2e4a5eaa2c7a44b4eb71c18cfe69de27cbe12f (patch)
tree429ced7953ce839ef42b2f2a25704439fb51dc75
parent35299e097671269087f1c737cf9b08a88baf447e (diff)
VES5.4.1 Evel Library enhancementsbeijing
Fix memory leak Issue-ID: VNFSDK-365 Change-Id: Id2f9b6ee8ac405ce3ef48d7432ebfc26a577ac10 Signed-off-by: PrakashH <pbhandar@techmahindra.com>
-rw-r--r--veslibrary/ves_clibrary/evel/evel-library/code/evel_library/evel_batch.c1
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();
}