Backport:

fix mem leak

svn path=/branches/KDE/4.3/kdelibs/; revision=1013908
This commit is contained in:
Laurent Montel 2009-08-21 07:41:01 +00:00
parent b2347560cb
commit b69cfdea57

View File

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