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

obs-ffmpeg: Close VAAPI device on vaInitialize fail (memory leak fix) #10897

Merged
merged 1 commit into from
Jun 20, 2024

Commits on Jun 20, 2024

  1. obs-ffmpeg: Close VAAPI device on vaInitialize fail

    On some systems (eg. mine), VAAPI fails on vaInitialize. Valgrind was
    able to spot that the device was not being closed, and it appears to
    have been correct. This fixes a memory leak.
    tt2468 committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    5da0eaf View commit details
    Browse the repository at this point in the history