From: Anthony Minessale Date: Thu, 12 Jan 2006 19:12:39 +0000 (+0000) Subject: git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310... X-Git-Tag: v1.0-beta1~3396 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=17ec402b744d94c374cbc342dac323d0f096b841;p=thirdparty%2Ffreeswitch.git git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- diff --git a/src/switch_core.c b/src/switch_core.c index 9de208744d..0c57ec90a4 100644 --- a/src/switch_core.c +++ b/src/switch_core.c @@ -920,7 +920,7 @@ SWITCH_DECLARE(switch_status) switch_core_session_write_frame(switch_core_sessio { switch_status status = SWITCH_STATUS_FALSE; - switch_frame *enc_frame, *write_frame = frame; + switch_frame *enc_frame = NULL, *write_frame = frame; unsigned int flag = 0, need_codec = 0, perfect = 0; switch_io_flag io_flag = SWITCH_IO_FLAG_NOOP;