diff options
Diffstat (limited to 'src/d/lyt/d_structd.cpp')
| -rw-r--r-- | src/d/lyt/d_structd.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/d/lyt/d_structd.cpp b/src/d/lyt/d_structd.cpp index dd249f22..37f3c84e 100644 --- a/src/d/lyt/d_structd.cpp +++ b/src/d/lyt/d_structd.cpp @@ -27,4 +27,9 @@ void dLytStructDList::removeFromList2(dLytStructD *other) { mList2.remove(other); } +dLytStructD::~dLytStructD() { + delete[] field_0x1C; + field_0x1C = nullptr; +} + } // namespace d2d |
