mirror of
https://github.com/Zygo/bees.git
synced 2025-08-02 13:53:28 +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:
@@ -259,6 +259,7 @@ namespace crucible {
|
|||||||
for (auto &i : tq) {
|
for (auto &i : tq) {
|
||||||
i->clear();
|
i->clear();
|
||||||
}
|
}
|
||||||
|
tq.clear();
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
Reference in New Issue
Block a user