commit | 975f3cb1f25406a9be019906227d53b23852f415 | [log] [tgz] |
---|---|---|
author | Miss Islington (bot) <31488909+miss-islington@users.noreply.github.com> | Fri Sep 21 00:41:50 2018 -0700 |
committer | GitHub <noreply@github.com> | Fri Sep 21 00:41:50 2018 -0700 |
tree | c31e1021ead85f03381673fba5db4f447efabaf5 | |
parent | ef4306b24c9034d6b37bb034e2ebe82e745d4b77 [diff] |
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418) There was a missing PyMem_Free(format) in time_strftime(). (cherry picked from commit 91e6c8717b7dcbcc46b189509de5f2d335819f37) Co-authored-by: Zackery Spytz <zspytz@gmail.com>