]> granicus.if.org Git - python/commit
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)
authorZackery Spytz <zspytz@gmail.com>
Fri, 21 Sep 2018 06:09:48 +0000 (00:09 -0600)
committerSerhiy Storchaka <storchaka@gmail.com>
Fri, 21 Sep 2018 06:09:48 +0000 (09:09 +0300)
commit91e6c8717b7dcbcc46b189509de5f2d335819f37
tree8fb5e38471f96e5816d698f83525d2c973095257
parentc510c6b8b60f211793e0b84c317ea6974e8a6153
bpo-34735: Fix a memory leak in Modules/timemodule.c (GH-9418)

There was a missing PyMem_Free(format) in time_strftime().
Misc/NEWS.d/next/Core and Builtins/2018-09-19-06-57-34.bpo-34735.-3mrSJ.rst [new file with mode: 0644]
Modules/timemodule.c