Skip to content

Commit f5465b0

Browse files
Synchronize changes from 1.6 master branch [ci skip]
96cf6e3 Crashfix (uninitialized ptr) (#4508)
2 parents 6d90e95 + 96cf6e3 commit f5465b0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Client/core/CLocalization.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -44,5 +44,5 @@ class CLocalization : public CLocalizationInterface
4444
private:
4545
DictionaryManager m_DictManager;
4646
std::map<SString, CLanguage*> m_LanguageMap;
47-
CLanguage* m_pCurrentLang;
47+
CLanguage* m_pCurrentLang{};
4848
};

0 commit comments

Comments
 (0)