]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
FS-6012 --resolve
authorAnthony Minessale <anthm@freeswitch.org>
Sun, 1 Dec 2013 01:26:12 +0000 (19:26 -0600)
committerAnthony Minessale <anthm@freeswitch.org>
Sun, 1 Dec 2013 01:26:12 +0000 (19:26 -0600)
src/mod/applications/mod_spandsp/udptl.c

index 45fa6b6ffc8518c2c2f77a9170918aa1406a2349..553e4135e3e53c14b9a12f197da2bafed90f302c 100644 (file)
@@ -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};