Searched hist:250980 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11.0-release/lib/libc/iconv/
H A Dcitrus_iconv.cdiff 250980 Sat May 25 12:23:01 MDT 2013 ed Only call free() on something we allocated.

If we were already provided a struct _citrus_iconv (e.g. through
iconv_open_into()), we should not call free() in case io_init_context()
fails. Instead, call it on the pointer of the allocated object, which
will be NULL in case of iconv_open_into().

Completed in 52 milliseconds