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

UI: Fix crash in Source Toolbar #3996

Merged
merged 1 commit into from
Jan 12, 2021
Merged

Commits on Jan 4, 2021

  1. UI: Fix crash when no audio backends are available

    This commit prevents a crash in, for example, Linux configurations
    where PulseAudio is disabled, which leads into 'mod' being 'null',
    which in turn leads into a segmentation fault when an ALSA source
    is selected.
    
    Closes obsproject#3485
    Chiitoo committed Jan 4, 2021
    Configuration menu
    Copy the full SHA
    34571a5 View commit details
    Browse the repository at this point in the history