[Python-checkins] [python/cpython] 26daad: bpo-30704, bpo-30604: Fix memleak in code_dealloc(...

GitHub noreply at github.com
Tue Jun 27 20:28:52 EDT 2017


  Branch: refs/heads/3.6
  Home:   https://github.com/python/cpython
  Commit: 26daad4ee14693381d84a5235709d22aed1c22ed
      https://github.com/python/cpython/commit/26daad4ee14693381d84a5235709d22aed1c22ed
  Author: Victor Stinner <victor.stinner at gmail.com>
  Date:   2017-06-28 (Wed, 28 Jun 2017)

  Changed paths:
    M Objects/codeobject.c

  Log Message:
  -----------
  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)




More information about the Python-checkins mailing list