Files
IfcOpenShell/src
Adrien SCHVALBERG e5b3455533 Fix memory leak for HeaderEntity instances:
the getArgumentCount() call in IfcEntityInstanceData destructor isn't virtually dispatched so it returns 0 instead of correct number of arguments => memory leak
added IfcEntityInstanceData::clearArguments() which clears all arguments and resets the attributes_ field to nullptr

Remove unnecessary copy in IfcEntityInstanceData::setArgument() when argument is created at the call site (no more leak of original argument)

Fix memory leak in IfcFile: delete entities from both byid and entity_file_map
2022-05-08 10:21:46 +02:00
..
2022-01-04 13:06:01 +11:00
2021-12-17 17:01:18 +01:00
2022-01-19 12:19:36 +11:00
2022-01-19 12:19:36 +11:00
2022-01-09 15:21:16 +01:00
2022-03-14 09:54:28 +01:00
2022-04-23 15:19:10 +02:00
2022-04-24 14:50:53 +02:00