Frees a locale object.
void _free_locale(
   _locale_t locale
);
Parameters
- locale
 Locale object to free.
Remarks
The _free_locale function is used to free the locale object obtained from a call to _get_current_locale or _create_locale.
The previous name of this function, __free_locale (with two leading underscores) has been deprecated.
Requirements
| Routine | Required header | 
|---|---|
| _free_locale | <locale.h> | 
For more compatibility information, see Compatibility in the Introduction.
.NET Framework Equivalent
No equivalent.