From ec9b7e921af54557beff2a8faaf94e2864f5102e Mon Sep 17 00:00:00 2001 From: Andre Puschmann Date: Mon, 30 Jul 2018 11:52:39 +0200 Subject: [PATCH] fix RLC AM double unlock mutex --- lib/src/upper/rlc_am.cc | 1 - 1 file changed, 1 deletion(-) diff --git a/lib/src/upper/rlc_am.cc b/lib/src/upper/rlc_am.cc index 63f1a13fd..71eb6fa34 100644 --- a/lib/src/upper/rlc_am.cc +++ b/lib/src/upper/rlc_am.cc @@ -370,7 +370,6 @@ int rlc_am::read_pdu(uint8_t *payload, uint32_t nof_bytes) // Tx STATUS if requested if(do_status && !status_prohibited()) { - pthread_mutex_unlock(&mutex); pdu_size = build_status_pdu(payload, nof_bytes); goto unlock_and_exit; }