mirror of
https://github.com/gnustep/libs-base.git
synced 2025-04-22 16:33:29 +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…
Reference in a new issue