This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author vstinner
Recipients ajaksu2, misa, pjones, spektrum, vstinner
Date 2009-05-04.00:24:04
SpamBayes Score 0.00035916825
Marked as misclassified No
Message-id <1241396646.47.0.250284769579.issue1298813@psf.upfronthosting.co.za>
In-reply-to
Content
The patch introduces a memory leak, canonicalize_file_name() returns a 
new allocated string which is not freed later.
History
Date User Action Args
2009-05-04 00:24:06vstinnersetrecipients: + vstinner, misa, spektrum, ajaksu2, pjones
2009-05-04 00:24:06vstinnersetmessageid: <1241396646.47.0.250284769579.issue1298813@psf.upfronthosting.co.za>
2009-05-04 00:24:05vstinnerlinkissue1298813 messages
2009-05-04 00:24:04vstinnercreate