Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
libaegisub: Avoid calling iconv_close(iconv_invalid)
IsConversionSupported unconditionally calls iconv_close on the descriptor returned by iconv_open. This may result in crashes if iconv_open returns iconv_invalid.
- Loading branch information