From 53cb86495a71fe040864167aea1319c5fe04f884 Mon Sep 17 00:00:00 2001 From: Alexandr Dubovikov Date: Fri, 10 Jul 2015 17:00:49 +0200 Subject: [PATCH] fixed correlation_id --- modules/sipcapture/hep.c | 2 ++ 1 file changed, 2 insertions(+) diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c index d37dc1d147b..6c934dcd324 100644 --- a/modules/sipcapture/hep.c +++ b/modules/sipcapture/hep.c @@ -271,6 +271,8 @@ int parsing_hepv3_message(char *buf, unsigned int len) { src_ip.af = 0; payload = NULL; + correlation_id = NULL; + authkey = NULL; i = sizeof(hep_ctrl_t);