Clear debug process id at stop() to prevent invalid checking of them
This commit is contained in:
parent
4a3430bd27
commit
a03af773e8
1 changed files with 1 additions and 0 deletions
|
|
@ -270,6 +270,7 @@ void EditorRun::stop() {
|
|||
for (const OS::ProcessID &E : pids) {
|
||||
OS::get_singleton()->kill(E);
|
||||
}
|
||||
pids.clear();
|
||||
}
|
||||
|
||||
status = STATUS_STOP;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue