TT#76711 add missing log_info_clear in send_timer

Change-Id: I4cb205d12ae0c83c710f1d6317e6e807fcfd4940
changes/46/38646/1
Richard Fuchs 6 years ago
parent 9b9dde3ad8
commit 50b0757f4b

@ -189,6 +189,7 @@ static void send_timer_send_lock(struct send_timer *st, struct codec_packet *cp)
__send_timer_send_common(st, cp);
rwlock_unlock_r(&call->master_lock);
log_info_clear();
}
// st->stream->out_lock (or call->master_lock/W) must be held already
@ -200,6 +201,8 @@ static void send_timer_send_nolock(struct send_timer *st, struct codec_packet *c
log_info_call(call);
__send_timer_send_common(st, cp);
log_info_clear();
}

Loading…
Cancel
Save