fix RLC AM double unlock mutex

This commit is contained in:
Andre Puschmann 2018-07-30 11:52:39 +02:00
parent dc41240106
commit ec9b7e921a
1 changed files with 0 additions and 1 deletions

View File

@ -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;
}