Additional fix #172 set _Locale to NULL after release
This commit is contained in:
parent
7c328658fb
commit
85cd41355d
1 changed files with 1 additions and 0 deletions
|
@ -157,6 +157,7 @@ void CIXml::release ()
|
|||
|
||||
#ifdef USE_LOCALE_ATOF
|
||||
if (_Locale) _free_locale((_locale_t)_Locale);
|
||||
_Locale = NULL;
|
||||
#endif
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue