aboutsummaryrefslogtreecommitdiffstats
path: root/vnfs/VES5.0
diff options
context:
space:
mode:
authorGokul Singaraju <goksing@gmail.com>2017-12-14 11:30:31 -0500
committerGokul Singaraju <goksing@gmail.com>2017-12-14 11:30:43 -0500
commitc03abf638c92e02935ada1a7a3a8ac878d2b9740 (patch)
tree3f992cfb0655c349b4bbe34c9c5c8d58c2446a86 /vnfs/VES5.0
parent48223008d46850c840b58f05bd07ab04b1281548 (diff)
Cleanup batch url
Issue-ID: CERT-9 Change-Id: Ia2c77b0c45104b2cd48fcb952c16cbf7d86846fa Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
Diffstat (limited to 'vnfs/VES5.0')
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c5
-rw-r--r--vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c2
2 files changed, 6 insertions, 1 deletions
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c
index 9d3aa610..187a7090 100644
--- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c
+++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c
@@ -474,6 +474,11 @@ EVEL_ERR_CODES event_handler_terminate()
free(evel_event_api_url);
evel_event_api_url = NULL;
}
+ if (evel_batch_api_url != NULL)
+ {
+ free(evel_batch_api_url);
+ evel_batch_api_url = NULL;
+ }
if (evel_throt_api_url != NULL)
{
free(evel_throt_api_url);
diff --git a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c
index 2f469a78..ac664a17 100644
--- a/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c
+++ b/vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c
@@ -135,7 +135,7 @@ static const char * evel_domain_strings[EVEL_MAX_DOMAINS] = {
"signaling",
"stateChange",
"syslog",
- "other"
+ "other",
"voiceQuality",
"maxDomain"
};