Skip to content

Commit

Permalink
oboe: cleanup various comments
Browse files Browse the repository at this point in the history
  • Loading branch information
philburk committed Sep 15, 2020
1 parent 867df1c commit 0284674
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/aaudio/AudioStreamAAudio.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ void AudioStreamAAudio::internalErrorCallback(
aaudio_result_t error) {
AudioStreamAAudio *oboeStream = reinterpret_cast<AudioStreamAAudio*>(userData);

// Prevents deletion of the stream if the app is using AudioStreamBuilder::openSharedStream()
// Prevents deletion of the stream if the app is using AudioStreamBuilder::openStream(shared_ptr)
std::shared_ptr<AudioStream> sharedStream = oboeStream->lockWeakThis();

// These checks should be enough because we assume that the stream close()
Expand Down

0 comments on commit 0284674

Please sign in to comment.