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:
parent
7873988dac
commit
dc2dc8d08a
@ -259,6 +259,7 @@ namespace crucible {
|
||||
for (auto &i : tq) {
|
||||
i->clear();
|
||||
}
|
||||
tq.clear();
|
||||
}
|
||||
|
||||
void
|
||||
|
Loading…
x
Reference in New Issue
Block a user