Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

#2086 Audio Playback Manager Memory Leak #2087

Merged
merged 1 commit into from
Nov 8, 2024

Conversation

DSheirer
Copy link
Owner

@DSheirer DSheirer commented Nov 8, 2024

Closes #2086

Audio Playback Manager can leak memory if audio queue processing thread is never started.

Changed the workflow to always start the audio segment queue processing thread and to use reentrant lock to protect access to the audio outputs.

@DSheirer DSheirer added this to the Version 0.6.1 milestone Nov 8, 2024
@DSheirer DSheirer self-assigned this Nov 8, 2024
@DSheirer DSheirer changed the title #2086 Audio Playback Manager can leak memory if audio queue processin… #2086 Audio Playback Manager Memory Leak Nov 8, 2024
@DSheirer DSheirer merged commit 552d3a6 into master Nov 8, 2024
3 checks passed
@DSheirer DSheirer deleted the 2086-audio-playback-manager-processing-thread branch November 8, 2024 08:53
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.

Audio Playback Manager Queue Processing - Out Of Memory
1 participant