Mercurial > ecos
diff packages/language/c/libc/stdio/current/ChangeLog @ 2507:a530d38027e3
* src/common/fclose.cxx (fclose): Replace config-dependent use of
delete with free(), as the memory had been allocated with malloc.
| author | jlarmour |
|---|---|
| date | Mon, 21 Jul 2008 10:38:23 +0000 |
| parents | ef95b9adfb61 |
| children | 360689a2c1c5 |
line wrap: on
line diff
--- a/packages/language/c/libc/stdio/current/ChangeLog +++ b/packages/language/c/libc/stdio/current/ChangeLog @@ -1,3 +1,8 @@ +2008-07-21 Guenter Ebermann <guenter.ebermann@gmx.at> + + * src/common/fclose.cxx (fclose): Replace config-dependent use of + delete with free(), as the memory had been allocated with malloc. + 2007-07-02 Gary Thomas <gary@mlbassoc.com> * src/output/vfnprintf.cxx: Add (char *) casts to make GCC/4.2.x happy.
