Changed #172 XML floating point serialization not using neutral culture

This commit is contained in:
kervala 2014-08-17 16:05:51 +02:00
parent 41f6e70dc9
commit 31e9934ba7

View file

@ -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
}
// ***************************************************************************