]> git.ipfire.org Git - thirdparty/glibc.git/commit
associate a deallocator for iconv_open
authorSteve Grubb <sgrubb@redhat.com>
Fri, 11 Mar 2022 22:04:46 +0000 (17:04 -0500)
committerSiddhesh Poyarekar <siddhesh@sourceware.org>
Mon, 14 Mar 2022 14:32:49 +0000 (20:02 +0530)
commit260a430dd841072020c4dae91468322e619e7330
treec770790801b0928ac40306ad98a5100a78ca8c31
parent0e12ca024119ec6c6d2ac852a65046002efa0e80
associate a deallocator for iconv_open

This patch associates iconv_close as a deallocator for iconv_open. This
required moving the iconv_close declaration above iconv_open.

Reviewed-by: Siddhesh Poyarekar <siddhesh@sourceware.org>
iconv/iconv.h