Cleanup batch url 37/26337/1
authorGokul Singaraju <goksing@gmail.com>
Thu, 14 Dec 2017 16:30:31 +0000 (11:30 -0500)
committerGokul Singaraju <goksing@gmail.com>
Thu, 14 Dec 2017 16:30:43 +0000 (11:30 -0500)
Issue-ID: CERT-9
Change-Id: Ia2c77b0c45104b2cd48fcb952c16cbf7d86846fa
Signed-Off-by: Gokul Singaraju <goksing@gmail.com>
vnfs/VES5.0/evel/evel-library/code/evel_library/evel_event_mgr.c
vnfs/VES5.0/evel/evel-library/code/evel_library/evel_throttle.c

index 9d3aa61..187a709 100644 (file)
@@ -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);
index 2f469a7..ac664a1 100644 (file)
@@ -135,7 +135,7 @@ static const char * evel_domain_strings[EVEL_MAX_DOMAINS] = {
   "signaling",
   "stateChange",
   "syslog",
-  "other"
+  "other",
   "voiceQuality",
   "maxDomain"
 };