Actually destroy tasks after they crash.

This commit is contained in:
Andreas Kling 2018-10-18 00:26:30 +02:00
commit 9d5de91cf3
Notes: sideshowbarker 2024-07-19 18:46:36 +09:00
3 changed files with 20 additions and 7 deletions

View file

@ -95,6 +95,8 @@ public:
static void initialize();
void setError(int);
static void taskDidCrash(Task*);
private:
FileHandle* openFile(String&&);