comparison ChangeLog @ 14400:69f4ee1aec69

localcharset: Assume ANSI C behaviour of free(). * lib/localcharset.c (get_charset_aliases): Remove NULL test before calling free(). Suggested by Simon Josefsson <simon@josefsson.org>.
author Bruno Haible <bruno@clisp.org>
date Mon, 28 Feb 2011 23:39:24 +0100
parents 5e10178f1466
children b0fdfaeb0a77
comparison
equal deleted inserted replaced
14399:5e10178f1466 14400:69f4ee1aec69
1 2011-02-28 Bruno Haible <bruno@clisp.org>
2
3 localcharset: Assume ANSI C behaviour of free().
4 * lib/localcharset.c (get_charset_aliases): Remove NULL test before
5 calling free().
6 Suggested by Simon Josefsson <simon@josefsson.org>.
7
1 2011-02-28 Corinna Vinschen <vinschen@redhat.com> (tiny change) 8 2011-02-28 Corinna Vinschen <vinschen@redhat.com> (tiny change)
2 Charles Wilson <cygwin@cwilson.fastmail.fm> (tiny change) 9 Charles Wilson <cygwin@cwilson.fastmail.fm> (tiny change)
3 Bruno Haible <bruno@clisp.org> (tiny change) 10 Bruno Haible <bruno@clisp.org> (tiny change)
4 11
5 On Cygwin, use /proc file system instead of win32 API. 12 On Cygwin, use /proc file system instead of win32 API.