]> git.ipfire.org Git - thirdparty/freeswitch.git/commitdiff
git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@326 d0543943-73ff-0310...
authorAnthony Minessale <anthony.minessale@gmail.com>
Thu, 12 Jan 2006 19:12:39 +0000 (19:12 +0000)
committerAnthony Minessale <anthony.minessale@gmail.com>
Thu, 12 Jan 2006 19:12:39 +0000 (19:12 +0000)
src/switch_core.c

index 9de208744d4eb8ff39ec6e7d21207fae136414fe..0c57ec90a4ce1cdb8b1c36694b9a1276582931dc 100644 (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;