Changed #172 XML floating point serialization not using neutral culture

hg/feature/cdb-packed
kervala 10 years ago
parent 41f6e70dc9
commit 31e9934ba7

@ -128,6 +128,10 @@ CIXml::~CIXml ()
{ {
// Release // Release
release (); release ();
#ifdef USE_LOCALE_ATOF
if (_Locale) _free_locale((_locale_t)_Locale);
#endif
} }
// *************************************************************************** // ***************************************************************************
@ -154,10 +158,6 @@ void CIXml::release ()
_ErrorString = ""; _ErrorString = "";
resetPtrTable(); resetPtrTable();
#ifdef USE_LOCALE_ATOF
if (_Locale) _free_locale((_locale_t)_Locale);
#endif
} }
// *************************************************************************** // ***************************************************************************

Loading…
Cancel
Save