]> git.ipfire.org Git - thirdparty/systemd.git/commit
locale: rename context_free_vconsole() -> context_clear_vconsole()
authorYu Watanabe <watanabe.yu+github@gmail.com>
Tue, 20 Dec 2022 13:54:03 +0000 (22:54 +0900)
committerLuca Boccassi <bluca@debian.org>
Mon, 23 Jan 2023 11:29:11 +0000 (11:29 +0000)
commitc2ddaed483a190b09a94b3b87a6f313bbe8a85a9
treef0ff13a344999b85d8587ff8f4f9969456c4bf16
parent6f4514e84a309e8ac0cdfd1c2852faf063cd0162
locale: rename context_free_vconsole() -> context_clear_vconsole()

Similary, this also renames context_free_x11() -> context_clear_x11(),
to make it clear that these functions do not free Context.

Also, this makes context_clear() support to be called more than once.
src/locale/localed-util.c