Skip to content

Commit e4b4a5c

Browse files
committed
Update CLocalization.cpp
1 parent 9b6001f commit e4b4a5c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CLocalization.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@ CLocalization::CLocalization(const SString& strLocale, const SString& strLocaleP
4141

4242
CLocalization::~CLocalization()
4343
{
44-
// m_LanguageMap now uses unique_ptr so cleanup is automatic
44+
m_pCurrentLang = nullptr;
4545
}
4646

4747
//

0 commit comments

Comments
 (0)