1
0
mirror of https://github.com/Zygo/bees.git synced 2025-05-17 21:35:45 +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>
This commit is contained in:
Zygo Blaxell 2022-11-23 20:54:56 -05:00
parent 7873988dac
commit dc2dc8d08a

View File

@ -259,6 +259,7 @@ namespace crucible {
for (auto &i : tq) {
i->clear();
}
tq.clear();
}
void