K 10 svn:author V 2 ed K 8 svn:date V 27 2013-05-25T12:11:20.701403Z K 7 svn:log V 295 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(). END