Skip to content

Fix PAQ memory leak by never pushing redundant stages to backing vector #7442

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

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

simoll
Copy link
Contributor

@simoll simoll commented May 8, 2025

The backing memory of the ShaderStages vector starts to migrate when more than four stages are pushed. ASAN detects and errs on that condition (details in bug).

Closes #7104

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
Status: New
Development

Successfully merging this pull request may close these issues.

Memleak for PAQs with more than four shader stages
1 participant