[Kde-bindings] QtRuby memleak continued

Caleb Tennis caleb at aei-tech.com
Thu Aug 31 12:27:11 UTC 2006


As a bonus:

The memory leak in the marshall_QString is occurring on a signal/slot
connected like this:

connect(o1, SIGNAL('sig(QString &)'), o2, SLOT('slt(QString &)') )

The leak goes away when I change both of those to "const QString &". 
Changing them to just "QString" and the leak seems to persist.





More information about the Kde-bindings mailing list