mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-14 19:15:05 -05:00
delete class field containers
This commit is contained in:
parent
0a3efd7704
commit
db32732d47
1 changed files with 3 additions and 0 deletions
|
@ -32,6 +32,9 @@ private:
|
|||
|
||||
virtual ~GeodeNodeMetadata() {
|
||||
delete m_fieldContainer;
|
||||
for (auto& [_, container] : m_classFieldContainers) {
|
||||
delete container;
|
||||
}
|
||||
}
|
||||
|
||||
public:
|
||||
|
|
Loading…
Reference in a new issue