Issue 9927: Leak around GetFinalPathNameByHandle (Windows) (original ) (raw )Created on 2010-09-23 15:39 by ocean-city , last changed 2022-04-11 14:57 by admin . This issue is now closed .
Messages (5)
msg117197 - (view)
Author: Hirokazu Yamamoto (ocean-city) *
Date: 2010-09-23 15:39
I've found there are leaks around GetFinalPathNameByHandle in Modules/posixmodule.c . (Leaks when function fails) I hope attached patch will fix this.
msg117200 - (view)
Author: Hirokazu Yamamoto (ocean-city) *
Date: 2010-09-23 15:50
I cannot test this directly. Thank you.
msg117205 - (view)
Author: Brian Curtin (brian.curtin) *
Date: 2010-09-23 16:14
The tests pass here, but I haven't thoroughly reviewed the patch yet. After a quick glance it generally looks ok, although I wish we didn't have so much duplication.
msg123675 - (view)
Author: Hirokazu Yamamoto (ocean-city) *
Date: 2010-12-09 10:47
This is updated version. Can you test this? (I only fixed leak, deferred other fixes to future)
msg136063 - (view)
Author: Hirokazu Yamamoto (ocean-city) *
Date: 2011-05-16 02:58
I'll close this entry because #12084 contains this fix.