fix conflicting changes

This commit is contained in:
Simon Morlat 2015-09-25 17:35:18 +02:00
parent 8e200bcf98
commit 7cbbb6b17e

View file

@ -4257,7 +4257,6 @@ void linphone_call_handle_stream_events(LinphoneCall *call, int stream_index){
} else if (evt == ORTP_EVENT_RTT_CHARACTER_RECEIVED) {
LinphoneChatRoom * chat_room = linphone_call_get_chat_room(call);
linphone_core_real_time_text_received(call->core, chat_room, evd->info.received_rtt_character, call);
linphone_call_unref(chat_room->call); // linphone_call_get_chat_room(call) ref the call
}
ortp_event_destroy(ev);
}