[issue2784] fast builtin sum may leak

Jean Brouwers report at bugs.python.org
Wed May 7 22:29:08 CEST 2008


Jean Brouwers <MrJean1 at Gmail.com> added the comment:

There is one other, similar issue in the Modules/imgfile.c file.  Line 327 
is  

	PyFPE_START_PROTECT("readscaled", return 0)

and should probably be

	PyFPE_START_PROTECT("readscaled", iclose(image); return 0)

/Jean Brouwers

__________________________________
Tracker <report at bugs.python.org>
<http://bugs.python.org/issue2784>
__________________________________


More information about the Python-bugs-list mailing list