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

Conversation

svenvh
Copy link
Member

@svenvh svenvh commented Jun 21, 2023

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.

`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 svenvh merged commit 9b0f785 into KhronosGroup:main Jun 30, 2023
6 checks passed
@svenvh svenvh deleted the wg-fix-memleak branch June 30, 2023 10:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants