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

Mem leaks #719

Merged
merged 2 commits into from
Jun 26, 2023
Merged

Mem leaks #719

merged 2 commits into from
Jun 26, 2023

Commits on Jun 22, 2023

  1. va: don't leak driver names, when override is set

    Fixes: 4f5a434 ("va: add vaGetDriverNames() internal ABI")
    Signed-off-by: Emil Velikov <[email protected]>
    evelikov-work authored and evelikov committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    234026e View commit details
    Browse the repository at this point in the history
  2. va: add missing space in the env.var override info message

    Before:
    User environment variablerequested driver '...'
    
    After:
    User environment variable requested driver '...'
    
    Signed-off-by: Emil Velikov <[email protected]>
    evelikov-work authored and evelikov committed Jun 22, 2023
    Configuration menu
    Copy the full SHA
    8fce3b9 View commit details
    Browse the repository at this point in the history