Hi,<br><br>  I've done by hand an experiment:<br>  run some kdelibs tests using valgrind --trace-children=yes --leak-check=full --tool=memcheck <test><br><br>  most of them result in clean valgrind logs, but some of them not.<br>
<br>  What I do not have time (nor experience) is to modify the CMakeFile files to run all of them using valgrind <br>(something like make valgrindtests), and to check if there is no error.<br><br>One failing valgrindtest is kledtest:<br>
<br> Conditional jump or move depends on uninitialised value(s)<br>    at 0x5362167: KLed::setLook(KLed::Look) (kled.cpp:225)<br>    by 0x403433: KLedTest::qt_metacall(QMetaObject::Call, int, void**) (kledtest.moc:77)<br>
<br>The cause: two constructors does not initialize three members.<br><br>Best Regards.<br>    <br>