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

Free also co_extra->ce_extras, not only co_extra.
Objects/codeobject.c