clear the single runner pointer when loading runners; it may have been deleted on us
This commit is contained in:
parent
162456d04a
commit
1808be9d38
@ -252,6 +252,11 @@ public:
|
||||
}
|
||||
}
|
||||
|
||||
if (!singleRunnerWasLoaded) {
|
||||
// in case we deleted it up above
|
||||
clearSingleRunner();
|
||||
}
|
||||
|
||||
kDebug() << "All runners loaded, total:" << runners.count();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user