description | title | ms.date | api_name | api_location | api_type | topic_type | f1_keywords | helpviewer_keywords | ms.assetid | ||||||||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
Learn more about: _free_locale |
_free_locale |
4/2/2020 |
|
|
|
|
|
|
1f08d348-ab32-4028-a145-6cbd51b49af9 |
Frees a locale object.
void _free_locale(
_locale_t locale
);
locale
Locale object to free.
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.
By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.
Routine |
Required header |
---|---|
_free_locale |
<locale.h> |
For more compatibility information, see Compatibility.