]> git.ipfire.org Git - thirdparty/Python/cpython.git/commit
Plug a few memory leaks in utime(). path is allocated from within
authorNeal Norwitz <nnorwitz@gmail.com>
Sun, 6 Jun 2004 20:40:27 +0000 (20:40 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Sun, 6 Jun 2004 20:40:27 +0000 (20:40 +0000)
commit9665271f92a5aa7fcd02eda4b6e67f2b23941cb3
treecfeee288503263c423627677b535d945328dd218
parentc28e7ad3d0ae7bab7be11c57f49c0cafa31e82a5
Plug a few memory leaks in utime().  path is allocated from within
PyArg_ParseTuple() since the format is "et"  This change should
be reviewed carefully.

Bugfix candidate.
Modules/posixmodule.c