comparison src/ChangeLog @ 103624:3e06f0e66062

Remove useless if-before-xfree tests. * nsfont.m (nsfont_close): Remove useless test. * term.c (delete_tty): Likewise. * w32.c (system_process_attributes): Likewise. * w32font.c (w32font_close): Likewise. * xfaces.c (x_free_gc): Likewise. * xselect.c (buffer): Likewise.
author Jim Meyering <jim@meyering.net>
date Mon, 29 Jun 2009 05:28:54 +0000
parents 70e98b9afe06
children 48d529d3a5a4
comparison
equal deleted inserted replaced
103623:e5da8db417c0 103624:3e06f0e66062
1 2009-06-29 Jim Meyering <meyering@redhat.com>
2
3 Remove useless if-before-xfree test.
4 * nsfont.m (nsfont_close): Remove useless test.
5 * term.c (delete_tty): Likewise.
6 * w32.c (system_process_attributes): Likewise.
7 * w32font.c (w32font_close): Likewise.
8 * xfaces.c (x_free_gc): Likewise.
9 * xselect.c (buffer): Likewise.
10
1 2009-06-28 Andreas Schwab <schwab@linux-m68k.org> 11 2009-06-28 Andreas Schwab <schwab@linux-m68k.org>
2 12
3 * process.c (send_process): Keep decoded string in a local 13 * process.c (send_process): Keep decoded string in a local
4 variable and protect it from GC. (Bug#3521) 14 variable and protect it from GC. (Bug#3521)
5 15