From kde-bindings Thu Aug 31 12:27:11 2006 From: "Caleb Tennis" Date: Thu, 31 Aug 2006 12:27:11 +0000 To: kde-bindings Subject: Re: [Kde-bindings] QtRuby memleak continued Message-Id: <60341.192.168.2.21.1157027231.squirrel () www ! aei-tech ! com> X-MARC-Message: https://marc.info/?l=kde-bindings&m=115702724911741 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. _______________________________________________ Kde-bindings mailing list Kde-bindings@kde.org https://mail.kde.org/mailman/listinfo/kde-bindings