Fixing possible leaks in CModelInfo::ShutDown

This commit is contained in:
Sergeanur
2020-01-23 20:08:42 +02:00
parent 18f80a02fc
commit b06ad84768
3 changed files with 26 additions and 2 deletions

View File

@@ -10,4 +10,5 @@ public:
int m_modelIndex;
public:
~CInstance() = default;
void Shutdown();
};