diff --git a/scripting/runnerscript.cpp b/scripting/runnerscript.cpp index b40b18a52..9c0d9d17a 100644 --- a/scripting/runnerscript.cpp +++ b/scripting/runnerscript.cpp @@ -39,7 +39,7 @@ RunnerScript::RunnerScript(QObject *parent) RunnerScript::~RunnerScript() { -// delete d; + delete d; } void RunnerScript::setRunner(AbstractRunner *runner)