Message87446
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? |
|
Date |
User |
Action |
Args |
2009-05-08 15:32:16 | mibanescu | set | recipients:
+ mibanescu, misa, spektrum, vstinner, ajaksu2, pjones |
2009-05-08 15:32:16 | mibanescu | set | messageid: <1241796736.3.0.017113827347.issue1298813@psf.upfronthosting.co.za> |
2009-05-08 15:32:15 | mibanescu | link | issue1298813 messages |
2009-05-08 15:32:14 | mibanescu | create | |
|