-
- Downloads
audio_receive_thread: do not reset onSuccessfulSetup_ while used
Nothing prevents setup() to be used while deleting onSuccessfulSetup_ So checking if (onSuccessfulSetup_) in setup() can cause a crash. loop_.join() should prevent any call to onSuccessfulSetup_ and any potential crash Change-Id: I5fef00edbcc9701a3129a31b247472e62b6453d9
Please register or sign in to comment