Fix mem leak here too
svn path=/trunk/KDE/kdelibs/; revision=1013906
This commit is contained in:
parent
996fc634ce
commit
02b827a1fd
@ -39,7 +39,7 @@ RunnerScript::RunnerScript(QObject *parent)
|
|||||||
|
|
||||||
RunnerScript::~RunnerScript()
|
RunnerScript::~RunnerScript()
|
||||||
{
|
{
|
||||||
// delete d;
|
delete d;
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunnerScript::setRunner(AbstractRunner *runner)
|
void RunnerScript::setRunner(AbstractRunner *runner)
|
||||||
|
Loading…
Reference in New Issue
Block a user