mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-25 17:57:02 +00:00
#2704 properly propagate iterator destructor
This commit is contained in:
@@ -107,6 +107,10 @@ namespace IfcGeom {
|
||||
}
|
||||
}
|
||||
|
||||
~Iterator() {
|
||||
delete implementation_;
|
||||
}
|
||||
|
||||
bool initialize() {
|
||||
if (implementation_) {
|
||||
return implementation_->initialize();
|
||||
|
||||
Reference in New Issue
Block a user