Fix mem leak here too

svn path=/trunk/KDE/kdelibs/; revision=1013906
This commit is contained in:
Laurent Montel 2009-08-21 07:31:20 +00:00
parent 996fc634ce
commit 02b827a1fd

View File

@ -39,7 +39,7 @@ RunnerScript::RunnerScript(QObject *parent)
RunnerScript::~RunnerScript()
{
// delete d;
delete d;
}
void RunnerScript::setRunner(AbstractRunner *runner)