Mercurial > gftp.yaz
diff ChangeLog @ 659:b8faf63b2e9b
2005-1-16 Brian Masney <masneyb@gftp.org>
* src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use
g_malloc0() instead of g_malloc() to allocate the structures. This
ensures that all of the pointers are initialized to NULL (closes
#162762)
| author | masneyb |
|---|---|
| date | Sun, 16 Jan 2005 15:35:21 +0000 |
| parents | f6e2ec8faf56 |
| children | 3bf77096052c |
line wrap: on
line diff
--- a/ChangeLog Sat Jan 08 08:43:24 2005 +0000 +++ b/ChangeLog Sun Jan 16 15:35:21 2005 +0000 @@ -1,3 +1,9 @@ +2005-1-16 Brian Masney <masneyb@gftp.org> + * src/gtk/misc-gtk.c (MakeEditDialog, MakeYesNoDialog) - use + g_malloc0() instead of g_malloc() to allocate the structures. This + ensures that all of the pointers are initialized to NULL (closes + #162762) + 2004-12-31 Brian Masney <masneyb@gftp.org> * lib/sshv2.c (sshv2_read_response) - added debugging messages if compiled with -DDEBUG. Added sshv2_response_return_code() @@ -3198,7 +3204,7 @@ * cvsclean - added this script - * *.[ch] - added $Id: ChangeLog,v 1.388 2004/12/31 22:55:23 masneyb Exp $ tags + * *.[ch] - added $Id: ChangeLog,v 1.389 2005/01/16 15:35:20 masneyb Exp $ tags * debian/* - updated files from Debian maintainer
