From: Anthony Minessale Date: Tue, 2 Oct 2012 22:03:22 +0000 (-0500) Subject: FS-4677 oops X-Git-Tag: v1.3.0~126 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=d84df73aaa87b46b781c53e8388bae83b33b88dc;p=thirdparty%2Ffreeswitch.git FS-4677 oops --- diff --git a/src/mod/applications/mod_conference/mod_conference.c b/src/mod/applications/mod_conference/mod_conference.c index ada1d84877..089879ad40 100644 --- a/src/mod/applications/mod_conference/mod_conference.c +++ b/src/mod/applications/mod_conference/mod_conference.c @@ -6567,7 +6567,7 @@ static switch_status_t conference_outcall(conference_obj_t *conference, switch_bool_t have_flags = SWITCH_FALSE; const char *outcall_flags; int track = 0; - const char *call_id; + const char *call_id = NULL; if (var_event && switch_true(switch_event_get_header(var_event, "conference_track_status"))) { track++;