Skip to content

Latest commit

 

History

History
49 lines (35 loc) · 1.48 KB

free-locale.md

File metadata and controls

49 lines (35 loc) · 1.48 KB
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
_free_locale
_o__free_locale
msvcrt.dll
msvcr80.dll
msvcr90.dll
msvcr100.dll
msvcr100_clr0400.dll
msvcr110.dll
msvcr110_clr0400.dll
msvcr120.dll
msvcr120_clr0400.dll
ucrtbase.dll
api-ms-win-crt-locale-l1-1-0.dll
DLLExport
apiref
__free_locale
free_locale
_free_locale
__free_locale function
free_locale function
locales, freeing
_free_locale function
1f08d348-ab32-4028-a145-6cbd51b49af9

_free_locale

Frees a locale object.

Syntax

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.

By default, this function's global state is scoped to the application. To change this behavior, see Global state in the CRT.

Requirements

Routine Required header
_free_locale <locale.h>

For more compatibility information, see Compatibility.

See also

_get_current_locale
_create_locale, _wcreate_locale