Forgot argument to realloc().

Made iconv_close() only get called if cd != -1;
This commit is contained in:
William Kendrick 2003-07-27 08:05:25 +00:00
parent cb58ff858b
commit 8bc94248e3
2 changed files with 8 additions and 4 deletions

View file

@ -55,6 +55,9 @@ http://www.newbreedsoftware.com/tuxpaint/
* Fixed bug where ".thumbs" dir wouldn't get generated if it wasn't there
and you went to the 'Open' dialog.
* iconv_close() was being called even if 'cd' was -1 (not set). Fixed.
Darrell Walisser <walisser@mac.com>
2003.Jun.17 (0.9.11)