fix some memory leaks

This commit is contained in:
mq1n
2025-08-27 23:37:19 +03:00
parent 6459c9fa03
commit e5bd21ff75
10 changed files with 149 additions and 116 deletions

View File

@@ -723,7 +723,7 @@ class CMapOutdoor : public CMapBase
private:
struct SXMasTree
{
CSpeedTreeWrapper* m_pkTree;
CSpeedTreeForest::SpeedTreeWrapperPtr m_pkTree;
int m_iEffectID;
} m_kXMas;