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

BUG: Add missing DECREF in new path #19280

Merged
merged 2 commits into from Jun 19, 2021

Commits on Jun 19, 2021

  1. BUG: Add missing DECREF in new path

    Pretty, harmless reference count leak (the method is a singleton)
    seberg authored and charris committed Jun 19, 2021
    Copy the full SHA
    fa5754e View commit details
    Browse the repository at this point in the history
  2. BUG: Fix refcount leak in ResultType

    This slightly reorganizes the error path handling (duplicating
    the freeing for the non-error path).  It just seemed a bit clearer.
    seberg authored and charris committed Jun 19, 2021
    Copy the full SHA
    7d25b81 View commit details
    Browse the repository at this point in the history