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 mibanescu
Recipients ajaksu2, mibanescu, misa, pjones, spektrum, vstinner
Date 2009-05-08.15:32:14
SpamBayes Score 1.0332724e-06
Marked as misclassified No
Message-id <1241796736.3.0.017113827347.issue1298813@psf.upfronthosting.co.za>
In-reply-to
Content
Disclaimer: this bug is more than 3 years old, I don't remember all the
details.

Victor, solely reading the patch I see:

+#ifdef HAVE_CANONICALIZE_FILE_NAME
+		free(argv0);
+#endif /* HAVE_CANONICALIZE_FILE_NAME */

so argv0 (the string where the results of canonicalize_file_name() is
stored) should be freed.

Is there another branch that does not hit this code, that would create
the memory leak?
History
Date User Action Args
2009-05-08 15:32:16mibanescusetrecipients: + mibanescu, misa, spektrum, vstinner, ajaksu2, pjones
2009-05-08 15:32:16mibanescusetmessageid: <1241796736.3.0.017113827347.issue1298813@psf.upfronthosting.co.za>
2009-05-08 15:32:15mibanesculinkissue1298813 messages
2009-05-08 15:32:14mibanescucreate