From 6ba417b085e0e7049f99bfd63c492468a14c7e8c Mon Sep 17 00:00:00 2001 From: Chris Toshok Date: Wed, 29 Mar 2000 03:26:37 +0000 Subject: use g_new0 to allocate the BonoboObjectServant. * addressbook/backend/pas/pas-card-cursor.c (create_cursor): use g_new0 to allocate the BonoboObjectServant. svn path=/trunk/; revision=2243 --- ChangeLog | 3 +++ 1 file changed, 3 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 296c7859fc..1bfdc6219f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -12,6 +12,9 @@ 2000-03-28 Chris Toshok + * addressbook/backend/pas/pas-card-cursor.c (create_cursor): use + g_new0 to allocate the BonoboObjectServant. + * addressbook/backend/pas/pas-backend-file.c (pas_backend_file_build_all_cards_list): remove unnecessary strdup/free. -- cgit