mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-17 19:09:07 +00:00
- Progress bar in Blender console
- Fix bug freeing objects multiple times in IfcGeomObjects::CleanUp()
This commit is contained in:
@@ -309,6 +309,7 @@ bool IfcGeomObjects::CleanUp() {
|
||||
++ it ) {
|
||||
delete *it;
|
||||
}
|
||||
returned_objects.clear();
|
||||
return true;
|
||||
}
|
||||
const IfcGeomObjects::IfcObject* IfcGeomObjects::GetObject(int id) {
|
||||
|
||||
Reference in New Issue
Block a user