mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-04-27 06:48:49 +00:00
Shell: Drop all the jobs after killing them in stop_all_jobs()
This commit is contained in:
parent
2610477836
commit
a8c18f9fd2
Notes:
sideshowbarker
2024-07-19 01:40:15 +09:00
Author: https://github.com/alimpfard
Commit: a8c18f9fd2
Pull-request: https://github.com/SerenityOS/serenity/pull/3858
1 changed files with 2 additions and 0 deletions
|
@ -1585,6 +1585,8 @@ void Shell::stop_all_jobs()
|
|||
perror("killpg(KILL)");
|
||||
}
|
||||
}
|
||||
|
||||
jobs.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue