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

workgroups: fix program/kernel object leak #1775

Merged
merged 1 commit into from
Jun 30, 2023

Commits on Jun 21, 2023

  1. workgroups: fix program/kernel object leak

    `create_single_kernel_helper` is called in a loop, overwriting the
    objects contained in the wrapper classes.  The wrapper class is not
    aware of this, as the overwriting happens through its `operator&`.
    
    Move the wrapper objects into the loop, so that the contained objects
    get released as soon as the program and kernel objects are no longer
    needed.
    
    Signed-off-by: Sven van Haastregt <sven.vanhaastregt@arm.com>
    svenvh committed Jun 21, 2023
    Configuration menu
    Copy the full SHA
    cfb0ae0 View commit details
    Browse the repository at this point in the history