mirror of
https://github.com/RGBCube/serenity
synced 2025-07-06 14:07:35 +00:00
Shell: Drop all the jobs after killing them in stop_all_jobs()
This commit is contained in:
parent
2610477836
commit
a8c18f9fd2
1 changed files with 2 additions and 0 deletions
|
@ -1585,6 +1585,8 @@ void Shell::stop_all_jobs()
|
||||||
perror("killpg(KILL)");
|
perror("killpg(KILL)");
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
jobs.clear();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue