commit | 9665271f92a5aa7fcd02eda4b6e67f2b23941cb3 | [log] [tgz] |
---|---|---|
author | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 06 20:40:27 2004 +0000 |
committer | Neal Norwitz <nnorwitz@gmail.com> | Sun Jun 06 20:40:27 2004 +0000 |
tree | cfeee288503263c423627677b535d945328dd218 | |
parent | c28e7ad3d0ae7bab7be11c57f49c0cafa31e82a5 [diff] |
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.