Skip to content

[3.6] bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) #2456

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

Merged
merged 1 commit into from
Jun 28, 2017
Merged

[3.6] bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) #2456

merged 1 commit into from
Jun 28, 2017

Conversation

vstinner
Copy link
Member

Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944)

Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944)
@vstinner vstinner merged commit 26daad4 into python:3.6 Jun 28, 2017
@vstinner vstinner deleted the code_dealloc36 branch June 28, 2017 00:28
ned-deily pushed a commit to ned-deily/cpython that referenced this pull request Jul 7, 2017
…thon#2456)

Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944)
(cherry picked from commit 26daad4)
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