From 656e2c1957851cfee8b02286df7419f2cd383481 Mon Sep 17 00:00:00 2001 From: Michael Jerris Date: Mon, 24 Mar 2008 16:22:33 +0000 Subject: [PATCH] popamatic nullage git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@7951 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/mod/applications/mod_fifo/mod_fifo.c | 3 +++ 1 file changed, 3 insertions(+) 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);