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

Fix cleanup logic in VulkanStagePool::terminate #8484

Merged
merged 1 commit into from
Mar 5, 2025

Conversation

haneulk730
Copy link
Contributor

@haneulk730 haneulk730 commented Mar 4, 2025

Updated the terminate function to correct resource cleanup. Changed mUsedStages to mUsedImages and mFreeStages to mFreeImages to ensure proper memory management during termination.

@haneulk730 haneulk730 force-pushed the main branch 2 times, most recently from a816097 to 602d898 Compare March 4, 2025 08:51
Copy link
Contributor

@poweifeng poweifeng left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

thank you!

@haneulk730 haneulk730 force-pushed the main branch 2 times, most recently from 602d898 to 382682a Compare March 4, 2025 23:15
@poweifeng poweifeng enabled auto-merge (squash) March 4, 2025 23:23
Updated the `terminate` function to correct resource cleanup. Changed `mUsedStages` to `mUsedImages` and `mFreeStages` to `mFreeImages` to ensure proper memory management during termination.
auto-merge was automatically disabled March 5, 2025 04:01

Head branch was pushed to by a user without write access

@poweifeng poweifeng enabled auto-merge (squash) March 5, 2025 06:48
@poweifeng poweifeng merged commit 4ede119 into google:main Mar 5, 2025
9 of 10 checks passed
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