mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 01:40:13 +00:00
Additional fix #172 set _Locale to NULL after release
This commit is contained in:
parent
e4b7df9f06
commit
5e668e5386
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