- Progress bar in Blender console

- Fix bug freeing objects multiple times in IfcGeomObjects::CleanUp()
This commit is contained in:
Thomas Krijnen
2011-10-09 09:07:33 +00:00
parent 87b668959b
commit 523ac48afc
2 changed files with 9 additions and 0 deletions
+1
View File
@@ -309,6 +309,7 @@ bool IfcGeomObjects::CleanUp() {
++ it ) {
delete *it;
}
returned_objects.clear();
return true;
}
const IfcGeomObjects::IfcObject* IfcGeomObjects::GetObject(int id) {