From 344e2db18bcf8e2484e494d1f1a0f3dcbc4dd479 Mon Sep 17 00:00:00 2001 From: Anthony Minessale Date: Thu, 14 May 2009 13:48:11 +0000 Subject: [PATCH] FSCORE-367 git-svn-id: http://svn.freeswitch.org/svn/freeswitch/trunk@13301 d0543943-73ff-0310-b7d9-9358b9ac24b2 --- src/switch_ivr.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/switch_ivr.c b/src/switch_ivr.c index cab280b7f9..1c05953970 100644 --- a/src/switch_ivr.c +++ b/src/switch_ivr.c @@ -638,7 +638,7 @@ SWITCH_DECLARE(switch_status_t) switch_ivr_park(switch_core_session_t *session, { switch_status_t status = SWITCH_STATUS_SUCCESS; switch_channel_t *channel = switch_core_session_get_channel(session); - switch_frame_t *read_frame; + switch_frame_t *read_frame = NULL; int stream_id = 0; switch_event_t *event; switch_unicast_conninfo_t *conninfo = NULL;