[issue34735] Modules/timemodule.c: Memory leak in time_strftime()

Zackery Spytz report at bugs.python.org
Wed Sep 19 08:55:23 EDT 2018


New submission from Zackery Spytz <zspytz at gmail.com>:

There is a missing PyMem_Free(format) in time_strftime(). I'll create a PR.

----------
components: Extension Modules
messages: 325754
nosy: ZackerySpytz
priority: normal
severity: normal
status: open
title: Modules/timemodule.c: Memory leak in time_strftime()
versions: Python 3.6, Python 3.7, Python 3.8

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue34735>
_______________________________________


More information about the Python-bugs-list mailing list