[issue1154] Carbon.CF memory leak

2007-09-12 Thread Georg Brandl
Georg Brandl added the comment: Fixed in rev. 58119, 58120 (2.5). -- nosy: +georg.brandl resolution: -> fixed status: open -> closed __ Tracker <[EMAIL PROTECTED]> __

[issue1154] Carbon.CF memory leak

2007-09-12 Thread hhas
New submission from hhas: CFStringRefObj_Convert leaks memory when passed a str. See attached diff file for patch. -- components: Macintosh files: CFmodule.diff messages: 55843 nosy: hhas severity: normal status: open title: Carbon.CF memory leak type: resource usage versions: Python 2.