]> granicus.if.org Git - python/commit
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)
authorVictor Stinner <victor.stinner@gmail.com>
Wed, 28 Jun 2017 00:28:51 +0000 (02:28 +0200)
committerGitHub <noreply@github.com>
Wed, 28 Jun 2017 00:28:51 +0000 (02:28 +0200)
commit26daad4ee14693381d84a5235709d22aed1c22ed
treebf76b5507e211ddda1482a3596a691e77dbeda2c
parent0edffa3073b551ffeca34952529e7b292f1bd350
bpo-30704, bpo-30604: Fix memleak in code_dealloc() (#2455) (#2456)

Free also co_extra->ce_extras, not only co_extra.
(cherry picked from commit 23e7944eba1968bb8432fdc4cc96d4fdd2c1a230)
Objects/codeobject.c