Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork32k
gh-132983: Fix refleak in zstd dictionary functions#134459
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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others.Learn more.
LGTM
fb68776
intopython:mainUh oh!
There was an error while loading.Please reload this page.
Thanks@emmatyping for the PR, and@ericsnowcurrently for merging it 🌮🎉.. I'm working now to backport this PR to: 3.14. |
GH-134463 is a backport of this pull request to the3.14 branch. |
Hah, I even looked at the original PR for a dealloc, guess I also missed that case. ❤️ |
Uh oh!
There was an error while loading.Please reload this page.
Missed deallocating the array of samples sizes if an invalid array of samples are provided. h/t to@ericsnowcurrently for spotting the buildbot failure.