From 49bbf0cb9e60043fcd9f42731a5327c2c4b8d2c3 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 9 Sep 2025 13:26:37 +0200 Subject: [PATCH] Free memory --- src/ifcwrap/IfcParseWrapper.i | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcwrap/IfcParseWrapper.i b/src/ifcwrap/IfcParseWrapper.i index 6b7a90df63..be628d387d 100644 --- a/src/ifcwrap/IfcParseWrapper.i +++ b/src/ifcwrap/IfcParseWrapper.i @@ -181,6 +181,8 @@ private: }; %} +%newobject IfcParse::IfcFile::key_value_store_iter; + %extend IfcParse::IfcFile { // Use to correlate to entity_instance.file_pointer, so that we // can trace file ownership of instances on the python side.