1
0
Mirror von https://github.com/tkuschel/bees.git synchronisiert 2026-05-08 04:59:37 +02:00

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-11-23 20:54:56 -05:00
Ursprung 7873988dac
Commit dc2dc8d08a
+1
Datei anzeigen
@@ -259,6 +259,7 @@ namespace crucible {
for (auto &i : tq) {
i->clear();
}
tq.clear();
}
void