[Kde-bindings] branches/KDE/3.5/kdebindings/korundum/rubylib/korundum

Caleb Tennis caleb at gentoo.org
Tue Aug 29 12:07:08 UTC 2006


SVN commit 578465 by ctennis:

This closes what looks to be a large portion (but not all) of the memory leak I'm
seeing in Korundum's DCOP slots/signals.

CCMAIL: kde-bindings at kde.org



 M  +2 -0      Korundum.cpp  


--- branches/KDE/3.5/kdebindings/korundum/rubylib/korundum/Korundum.cpp #578464:578465
@@ -661,6 +661,8 @@
 	~EmitDCOPSignal() 
 	{
 		delete[] _stack;
+		delete _stream;
+		delete _data;
 	}
     const MocArgument &arg() { return _args[_cur]; }
     SmokeType type() { return arg().st; }



More information about the Kde-bindings mailing list