clear the single runner pointer when loading runners; it may have been deleted on us

This commit is contained in:
Aaron Seigo 2012-05-28 19:42:25 +02:00
parent 162456d04a
commit 1808be9d38

View File

@ -252,6 +252,11 @@ public:
}
}
if (!singleRunnerWasLoaded) {
// in case we deleted it up above
clearSingleRunner();
}
kDebug() << "All runners loaded, total:" << runners.count();
}