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
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