mirror of
https://github.com/gnustep/libs-base.git
synced 2025-05-20 20:26:42 +00:00
fix possible resource leak on conversion failure
This commit is contained in:
parent
3884a82c7a
commit
86af4da784
1 changed files with 1 additions and 0 deletions
|
@ -1460,6 +1460,7 @@ tables:
|
|||
else
|
||||
{
|
||||
result = NO;
|
||||
iconv_close(cd);
|
||||
goto done;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue