Skip to content

bpo-30704, bpo-30604: Fix memleak in code_dealloc() #2455

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

bpo-30704, bpo-30604: Fix memleak in code_dealloc() #2455

merged 1 commit into from
Jun 28, 2017

Conversation

vstinner
Copy link
Member

Free also co_extra->ce_extras, not only co_extra.

Free also co_extra->ce_extras, not only co_extra.
@vstinner vstinner requested review from 1st1 and DinoV June 28, 2017 00:00
@mention-bot
Copy link

@Haypo, thanks for your PR! By analyzing the history of the files in this pull request, we identified @pitrou, @brettcannon and @serhiy-storchaka to be potential reviewers.

@vstinner vstinner merged commit 23e7944 into python:master Jun 28, 2017
@vstinner vstinner deleted the code_dealloc branch June 28, 2017 00:12
vstinner added a commit that referenced this pull request Jun 28, 2017
Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944)
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.

4 participants