diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 798ca166c1..e3334e588e 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -485,7 +485,7 @@ SWITCH_STANDARD_API(fifo_api_function) { int len = 0; fifo_node_t *node; - char *data; + char *data = NULL; int argc = 0; char *argv[5] = { 0 }; switch_hash_index_t *hi;