Additional fix #172 set _Locale to NULL after release

This commit is contained in:
kaetemi 2014-08-17 16:02:51 +02:00
parent 7c328658fb
commit 85cd41355d

View file

@ -157,6 +157,7 @@ void CIXml::release ()
#ifdef USE_LOCALE_ATOF
if (_Locale) _free_locale((_locale_t)_Locale);
_Locale = NULL;
#endif
}