From: Michael Jerris Date: Mon, 24 Mar 2008 16:22:33 +0000 (+0000) Subject: popamatic nullage X-Git-Tag: v1.0-rc2~43 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=656e2c1957851cfee8b02286df7419f2cd383481;p=thirdparty%2Ffreeswitch.git popamatic nullage git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7951 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/mod/applications/mod_fifo/mod_fifo.c b/src/mod/applications/mod_fifo/mod_fifo.c index 76e17c00a3..4199a64b54 100644 --- a/src/mod/applications/mod_fifo/mod_fifo.c +++ b/src/mod/applications/mod_fifo/mod_fifo.c @@ -388,6 +388,8 @@ SWITCH_STANDARD_APP(fifo_function) while(switch_channel_ready(channel)) { int x = 0 ; + pop = NULL; + if (moh) { args.read_frame_callback = read_frame_callback; args.user_data = node; @@ -423,6 +425,7 @@ SWITCH_STANDARD_APP(fifo_function) } uuid = (char *) pop; + pop = NULL; if ((other_session = switch_core_session_locate(uuid))) { switch_channel_t *other_channel = switch_core_session_get_channel(other_session);