From 608df08d6a4bcbc52081cdf99bf31188b3eabd4c Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Sat, 30 Nov 2013 19:26:12 -0600 Subject: [PATCH] FS-6012 --resolve --- src/mod/applications/mod_spandsp/udptl.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/mod/applications/mod_spandsp/udptl.c b/src/mod/applications/mod_spandsp/udptl.c index 9de1a915cc..22b6e67d1b 100644 --- a/src/mod/applications/mod_spandsp/udptl.c +++ b/src/mod/applications/mod_spandsp/udptl.c @@ -170,8 +170,8 @@ int udptl_rx_packet(udptl_state_t *s, const uint8_t buf[], int len) int count; int total_count; int seq_no; - const uint8_t *msg; - const uint8_t *data; + const uint8_t *msg = NULL; + const uint8_t *data = NULL; int msg_len; int repaired[16]; const uint8_t *bufs[16] = {0};