lib: Remove using talloc_stack from lib/util/charset/
authorVolker Lendecke <vl@samba.org>
Sat, 9 Jan 2021 17:20:34 +0000 (18:20 +0100)
committerJeremy Allison <jra@samba.org>
Tue, 12 Jan 2021 00:10:30 +0000 (00:10 +0000)
commit9de2c2c12d29d2e1af1cb1b0d919191cd14522dc
treea7a27088ce44cc5aaeacd9a4552bb3654aa1f06e
parentcb1bcba227f00ae444056cc2e0475623abbe7860
lib: Remove using talloc_stack from lib/util/charset/

'charset' should be as standalone as possible, and for this one use
talloc_stackframe() is not really necessary.

Signed-off-by: Volker Lendecke <vl@samba.org>
Reviewed-by: Jeremy Allison <jra@samba.org>
lib/util/charset/util_str.c