From: Ove Kaaven Date: Sat, 17 Apr 1999 23:01:48 +0000 (+0000) Subject: Defer retrieval of LANG env var, too. No memory management X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/6cf7c00f3beb3aa6c84b47d43d904e0e40f91a97 Defer retrieval of LANG env var, too. No memory management or conversion is now performed in wxCSConv constructor. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@2224 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/src/common/string.cpp b/src/common/string.cpp index 7759ed8766..532e77b6d5 100644 --- a/src/common/string.cpp +++ b/src/common/string.cpp @@ -2021,6 +2021,7 @@ static void wxLoadCharacterSets(void) static wxCharacterSet *wxFindCharacterSet(const wxChar *charset) { + if (!charset) return (wxCharacterSet *)NULL; wxLoadCharacterSets(); for (size_t n=0; n