mirror of
https://github.com/geode-sdk/geode.git
synced 2024-11-15 03:25:01 -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() {
|
virtual ~GeodeNodeMetadata() {
|
||||||
delete m_fieldContainer;
|
delete m_fieldContainer;
|
||||||
|
for (auto& [_, container] : m_classFieldContainers) {
|
||||||
|
delete container;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in a new issue