~Iterator()

This commit is contained in:
Thomas Krijnen
2020-10-29 16:06:37 +01:00
parent fb59cd4004
commit e39c7e7195
@@ -675,6 +675,10 @@ namespace ifcopenshell { namespace geometry {
for (auto& p : all_processed_elements_) { for (auto& p : all_processed_elements_) {
delete p; delete p;
} }
for (auto& t : tasks_) {
delete t.item;
}
} }
}; };
}} }}