Skip to content
New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Fix for leak in prototypes' ShaderData #555

Merged
merged 1 commit into from
Apr 26, 2023

Conversation

ggcrunchy
Copy link
Contributor

I was getting reports of this while doing some other tests in Debug on Windows.

You seem to get two leaks per uniform used by an effect (after first assignment), which I'm guessing belong to the two shader mods. Proper instances cloned off of these were being shuttled into the orphanage and then cleaned up, as expected, but nothing was accounting for the originals.


There seemed to be some awareness of the situation, but I guess it slipped through the cracks.

@ggcrunchy ggcrunchy requested a review from Shchvova as a code owner April 26, 2023 07:08
@Shchvova Shchvova merged commit dcc11a0 into coronalabs:master Apr 26, 2023
# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants