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

Fix deadlocks when exporting #7449

Closed
wants to merge 3 commits into from
Closed

Commits on Aug 12, 2024

  1. Configuration menu
    Copy the full SHA
    264710d View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    90f46cd View commit details
    Browse the repository at this point in the history
  3. Remove m_stopped variable in AudioSDL

    A potential infinite wait can happen when closing the FIFO thread if m_stopped is set to true and the device thread never reads the null buffer that signals that the FIFO thread is closing.
    sakertooth committed Aug 12, 2024
    Configuration menu
    Copy the full SHA
    688ca66 View commit details
    Browse the repository at this point in the history