mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-02 14:48:15 +00:00
Shell: Drop all the jobs after killing them in stop_all_jobs()
This commit is contained in:
committed by
Andreas Kling
parent
2610477836
commit
a8c18f9fd2
@@ -1585,6 +1585,8 @@ void Shell::stop_all_jobs()
|
||||
perror("killpg(KILL)");
|
||||
}
|
||||
}
|
||||
|
||||
jobs.clear();
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user