[proxy] github.com← back | site home | direct (HTTPS) ↗ | proxy home | ◑ dark◐ light

bpo-34735: Fix a memory leak in Modules/timemodule.c by ZackerySpytz · Pull Request #9418 · python/cpython

the-knights-who-say-ni

There was a missing PyMem_Free(format) in time_strftime().

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 21, 2018

There was a missing PyMem_Free(format) in time_strftime().
(cherry picked from commit 91e6c87)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington pushed a commit to miss-islington/cpython that referenced this pull request

Sep 21, 2018

There was a missing PyMem_Free(format) in time_strftime().
(cherry picked from commit 91e6c87)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington added a commit that referenced this pull request

Sep 21, 2018

There was a missing PyMem_Free(format) in time_strftime().
(cherry picked from commit 91e6c87)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>

miss-islington added a commit that referenced this pull request

Sep 21, 2018

There was a missing PyMem_Free(format) in time_strftime().
(cherry picked from commit 91e6c87)

Co-authored-by: Zackery Spytz <zspytz@gmail.com>