git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310-b7d9-9358b9ac24b2

This commit is contained in:
Anthony Minessale 2006-01-12 19:12:39 +00:00
parent ebb1c25a25
commit 17ec402b74
1 changed files with 1 additions and 1 deletions

View File

@ -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;