}
if (bow) {
- switch_core_session_t *other_session;
- const char *other_uuid;
+ switch_core_session_t *other_session = NULL;
+ const char *other_uuid = NULL;
if ((find_non_loopback_bridge(tech_pvt->other_session, &other_session, &other_uuid) == SWITCH_STATUS_SUCCESS)) {
switch_caller_extension_t *extension;
{
switch_channel_t *channel = switch_core_session_get_channel(session);
const char *a_uuid = NULL;
- switch_core_session_t *sp;
+ switch_core_session_t *sp = NULL;
*br_session = NULL;
*br_uuid = NULL;