Loading hal/audio_hw.c +3 −0 Original line number Diff line number Diff line Loading @@ -4314,6 +4314,9 @@ void adev_close_output_stream(struct audio_hw_device *dev __unused, if (adev->voice_tx_output == out) adev->voice_tx_output = NULL; if (adev->primary_output == out) adev->primary_output = NULL; pthread_cond_destroy(&out->cond); pthread_mutex_destroy(&out->lock); free(stream); Loading Loading
hal/audio_hw.c +3 −0 Original line number Diff line number Diff line Loading @@ -4314,6 +4314,9 @@ void adev_close_output_stream(struct audio_hw_device *dev __unused, if (adev->voice_tx_output == out) adev->voice_tx_output = NULL; if (adev->primary_output == out) adev->primary_output = NULL; pthread_cond_destroy(&out->cond); pthread_mutex_destroy(&out->lock); free(stream); Loading