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.

classification
Title: Carbon.CF memory leak
Type: resource usage Stage:
Components: macOS Versions: Python 2.5
process
Status: closed Resolution: fixed
Dependencies: Superseder:
Assigned To: Nosy List: georg.brandl, hhas
Priority: normal Keywords:

Created on 2007-09-12 16:28 by hhas, last changed 2022-04-11 14:56 by admin. This issue is now closed.

Files
File name Uploaded Description Edit
CFmodule.diff hhas, 2007-09-12 16:28
Messages (2)
msg55843 - (view) Author: (hhas) Date: 2007-09-12 16:28
CFStringRefObj_Convert leaks memory when passed a str. See attached diff 
file for patch.
msg55854 - (view) Author: Georg Brandl (georg.brandl) * (Python committer) Date: 2007-09-12 18:29
Fixed in rev. 58119, 58120 (2.5).
History
Date User Action Args
2022-04-11 14:56:26adminsetgithub: 45495
2007-09-12 18:29:42georg.brandlsetstatus: open -> closed
resolution: fixed
messages: + msg55854
nosy: + georg.brandl
2007-09-12 16:28:40hhascreate