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

PostProcessing: Don't potentially leak memory in BlitFromTexture() #12519

Merged
merged 2 commits into from Jan 27, 2024

Conversation

lioncash
Copy link
Member

All release() does is relinquish the pointer, rather than free the memory associated with it.

Source/PCH/CMakeLists.txt Outdated Show resolved Hide resolved
All release() does is relinquish the pointer, rather than free the
memory associated with it.
@JosJuice JosJuice merged commit 990303a into dolphin-emu:master Jan 27, 2024
11 checks passed
@lioncash lioncash deleted the leak branch January 28, 2024 00:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
3 participants