[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kde-commits
Subject:    branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby
From:       Caleb Tennis <caleb () gentoo ! org>
Date:       2006-08-28 19:23:51
Message-ID: 1156793031.736911.8212.nullmailer () svn ! kde ! org
[Download RAW message or body]

SVN commit 578251 by ctennis:

small memory leak fix (backported)

 M  +1 -0      handlers.cpp  


--- branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby/handlers.cpp #578250:578251
@@ -422,6 +422,7 @@
     Smoke::Index ccMeth = o->smoke->findMethod(o->classId, ccId);
 
     if(!ccMeth) {
+	delete[] ccArg;
 	return 0;
     }
 	Smoke::Index method = o->smoke->methodMaps[ccMeth].method;
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic