We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b6001f commit e4b4a5cCopy full SHA for e4b4a5c
Client/core/CLocalization.cpp
@@ -41,7 +41,7 @@ CLocalization::CLocalization(const SString& strLocale, const SString& strLocaleP
41
42
CLocalization::~CLocalization()
43
{
44
- // m_LanguageMap now uses unique_ptr so cleanup is automatic
+ m_pCurrentLang = nullptr;
45
}
46
47
//
0 commit comments