forked from aniani/vim
patch 8.1.1032: warnings from clang static analyzer
Problem: Warnings from clang static analyzer. (Yegappan Lakshmanan) Solution: Fix relevant warnings.
This commit is contained in:
@@ -2322,10 +2322,7 @@ failed:
|
||||
vim_free(fenc);
|
||||
#ifdef USE_ICONV
|
||||
if (iconv_fd != (iconv_t)-1)
|
||||
{
|
||||
iconv_close(iconv_fd);
|
||||
iconv_fd = (iconv_t)-1;
|
||||
}
|
||||
#endif
|
||||
|
||||
if (!read_buffer && !read_stdin)
|
||||
|
||||
Reference in New Issue
Block a user