Skip to content

Commit

Permalink
fix oversight in merging master into fix-physical-test
Browse files Browse the repository at this point in the history
  • Loading branch information
BLuedtke committed Dec 5, 2024
1 parent 77fdf25 commit eec2489
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/state/bidib_state_setter.c
Original file line number Diff line number Diff line change
Expand Up @@ -150,8 +150,8 @@ void bidib_state_accessory_state(t_bidib_node_address node_address, uint8_t numb
syslog_libbidib(LOG_ERR,
"bidib_state_accessory_state: aspect mapping for accessory %s is NULL",
accessory_mapping->id->str);
pthread_rwlock_unlock(&bidib_state_boards_rwlock);
pthread_rwlock_unlock(&bidib_state_track_rwlock);
pthread_rwlock_unlock(&bidib_boards_rwlock);
pthread_mutex_unlock(&trackstate_accessories_mutex);
return;
}
if (accessory_state->data.state_id == NULL) {
Expand Down

0 comments on commit eec2489

Please sign in to comment.