mirror of
https://github.com/geode-sdk/geode.git
synced 2025-03-20 18:09:59 -04:00
Merge branch 'main' into new-index-but-better
This commit is contained in:
commit
18bb4436fd
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