MariuszSkamra commented on code in PR #1919:
URL: https://github.com/apache/mynewt-nimble/pull/1919#discussion_r1846577146
##########
nimble/host/audio/services/bass/src/ble_audio_svc_bass.c:
##########
@@ -637,8 +639,7 @@ ble_svc_audio_bass_remove_source(uint8_t *data, uint16_t
data_len, uint16_t conn
os_memblock_put(&ble_audio_svc_bass_metadata_pool,
rcv_state->state.subgroups[i].metadata);
}
- memset(rcv_state, 0, sizeof(*rcv_state));
Review Comment:
This one was invalid actually, as we lost `state->chr_val` after this
operation
--
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.
To unsubscribe, e-mail: [email protected]
For queries about this service, please contact Infrastructure at:
[email protected]