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");