[Python-checkins] r45925 - in python/trunk: Lib/tempfile.py Lib/test/test_os.py Misc/NEWS Modules/posixmodule.c

"Martin v. Löwis" martin at v.loewis.de
Mon May 8 07:26:31 CEST 2006


Neal Norwitz wrote:
>                 PyMem_Free(path);
> 
> is needed before returning None to prevent a leak, isn't it?

Thanks for pointing that out; fixed in 45936.

Regards,
Martin


More information about the Python-checkins mailing list