Skip to content

Use shared_ptr in FilterAudioStream#2037

Merged
philburk merged 1 commit intomainfrom
noraw_2035
Jun 12, 2024
Merged

Use shared_ptr in FilterAudioStream#2037
philburk merged 1 commit intomainfrom
noraw_2035

Conversation

@philburk
Copy link
Copy Markdown
Contributor

This is used when Oboe does sample rate conversion. Or format or channel count conversion.

It used to use a raw pointer, which could cause crashes.

Fixes #2035

This is used when Oboe does sample rate conversion. Or format or channel count conversion.

It used to use a raw pointer, which could cause crashes.

Fixes #2035
@philburk philburk requested a review from robertwu1 June 12, 2024 23:03
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Possible crash on disconnect with streams using Oboe sample rate conversion

2 participants