From kde-commits Fri Sep 01 11:52:18 2006 From: Caleb Tennis Date: Fri, 01 Sep 2006 11:52:18 +0000 To: kde-commits Subject: branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby Message-Id: <1157111538.080098.15345.nullmailer () svn ! kde ! org> X-MARC-Message: https://marc.info/?l=kde-commits&m=115711156119193 SVN commit 579654 by ctennis: Remove this. It didn't actually fix the lost memory since they were created with strdup (which uses malloc) and the autodeletion uses the delete operator M +0 -1 Qt.cpp --- branches/KDE/3.5/kdebindings/qtruby/rubylib/qtruby/Qt.cpp #579653:579654 @@ -2826,7 +2826,6 @@ methcache.setAutoDelete(true); classcache.setAutoDelete(true); - classname.setAutoDelete(true); if (qt_module == Qnil) { qt_module = rb_define_module("Qt");