From dfb49c9a666e1a14b90853eed31db68c623e6d13 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 29 Oct 2007 20:49:22 +0000 Subject: [PATCH] fix release build for mod_fifo. svn:ignore props. git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@6088 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_fifo/mod_fifo.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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;