lib:charset: Remove use of talloc_autofree_context() for global_iconv_handle
authorJeremy Allison <jra@samba.org>
Tue, 11 Apr 2017 23:06:08 +0000 (16:06 -0700)
committerAndreas Schneider <asn@cryptomilk.org>
Tue, 18 Apr 2017 09:47:17 +0000 (11:47 +0200)
commitbf8f7a36bfbe5c2018dbd9a317c8791c56b4114e
tree7aed77fc6ab912a4cbc16ed13ee0627baf0b3ec2
parent35b23711e8f59efffa4ae56b3005f0f0fdda2e5e
lib:charset: Remove use of talloc_autofree_context() for global_iconv_handle

All other callers use NULL here anyway, so there's no
need to use a special context for get_iconv_handle().

Signed-off-by: Jeremy Allison <jra@samba.org>
Reviewed-by: Andreas Schneider <asn@samba.org>
lib/util/charset/codepoints.c