Issue 1154: Carbon.CF memory leak (original) (raw)

Issue1154

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:26 admin set github: 45495
2007-09-12 18:29:42 georg.brandl set status: open -> closedresolution: fixedmessages: + nosy: + georg.brandl
2007-09-12 16:28:40 hhas create