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

Commits on Jan 23, 2024

  1. PostProcessing: Remove unnecessary get() calls in BlitFromTexture()

    We can just use operator-> instead.
    lioncash committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    a3f9f2c View commit details
    Browse the repository at this point in the history
  2. PostProcessing: Don't potentially leak memory in BlitFromTexture()

    All release() does is relinquish the pointer, rather than free the
    memory associated with it.
    lioncash committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    5aeadb1 View commit details
    Browse the repository at this point in the history