diff --git a/modules/sipcapture/hep.c b/modules/sipcapture/hep.c index c0a179195fc..2578d4f1589 100644 --- a/modules/sipcapture/hep.c +++ b/modules/sipcapture/hep.c @@ -274,6 +274,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);