Re: [PyKDE] Leaking in virtual handler

2005-04-23 Thread Phil Thompson
On Wednesday 20 April 2005 10:09 pm, James Emerton wrote: > I have found a memory leak owing to how SIP handles virtual methods. > If a type conversion is done by sipParseResult(), a new object is > allocated but never deleted. > > I have an interface that returns a QString. If I implement this in

[PyKDE] Leaking in virtual handler

2005-04-20 Thread James Emerton
I have found a memory leak owing to how SIP handles virtual methods. If a type conversion is done by sipParseResult(), a new object is allocated but never deleted. I have an interface that returns a QString. If I implement this in python and return a python string, a conversion to QString is per