From: Mike Brady Date: Fri, 19 Oct 2018 13:04:30 +0000 (+0100) Subject: Replace a mutex unlock deleted by accident. X-Git-Tag: 3.3RC0~190^2~14 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b53fc39dd2e29dc18cb44ba3d4510c13c1a3c893;p=thirdparty%2Fshairport-sync.git Replace a mutex unlock deleted by accident. --- diff --git a/player.c b/player.c index 235b03ab..a96fc845 100644 --- a/player.c +++ b/player.c @@ -602,6 +602,7 @@ void player_put_packet(seq_t seqno, uint32_t actual_timestamp, uint8_t *data, j)) { // prevent multiple requests from the same level of lookback check_buf->resend_level = j; if (config.disable_resend_requests == 0) { + debug_mutex_unlock(&conn->ab_mutex, 3); rtp_request_resend(next, 1, conn); conn->resend_requests++; debug_mutex_lock(&conn->ab_mutex, 20000, 1);