Changed #172 XML floating point serialization not using neutral culture
This commit is contained in:
parent
4f4a3469d3
commit
74a30afcc4
1 changed files with 4 additions and 4 deletions
|
@ -128,6 +128,10 @@ CIXml::~CIXml ()
|
|||
{
|
||||
// Release
|
||||
release ();
|
||||
|
||||
#ifdef USE_LOCALE_ATOF
|
||||
if (_Locale) _free_locale((_locale_t)_Locale);
|
||||
#endif
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
|
@ -154,10 +158,6 @@ void CIXml::release ()
|
|||
_ErrorString = "";
|
||||
|
||||
resetPtrTable();
|
||||
|
||||
#ifdef USE_LOCALE_ATOF
|
||||
if (_Locale) _free_locale((_locale_t)_Locale);
|
||||
#endif
|
||||
}
|
||||
|
||||
// ***************************************************************************
|
||||
|
|
Loading…
Reference in a new issue