task: delete the queue after deleting all of its children

This was resulting in an assertion failure later on if a queue was
being rescued from a deleted task with only one post-exec queue.

Signed-off-by: Zygo Blaxell <bees@furryterror.org>
Dieser Commit ist enthalten in:
Zygo Blaxell
2022-12-20 20:50:57 -05:00
Ursprung 7873988dac
Commit dc2dc8d08a
+1
Datei anzeigen
@@ -259,6 +259,7 @@ namespace crucible {
for (auto &i : tq) {
i->clear();
}
tq.clear();
}
void