aboutsummaryrefslogtreecommitdiffstats
path: root/addressbook
diff options
context:
space:
mode:
authorChris Toshok <toshok@src.gnome.org>2000-03-29 11:26:37 +0800
committerChris Toshok <toshok@src.gnome.org>2000-03-29 11:26:37 +0800
commit6ba417b085e0e7049f99bfd63c492468a14c7e8c (patch)
tree9923ca30df2d4d63e97cc81a1a70689eb48952a2 /addressbook
parent1f5d5803c2c269bcb5617e7be353fc5de01a09ab (diff)
downloadgsoc2013-evolution-6ba417b085e0e7049f99bfd63c492468a14c7e8c.tar.gz
gsoc2013-evolution-6ba417b085e0e7049f99bfd63c492468a14c7e8c.tar.zst
gsoc2013-evolution-6ba417b085e0e7049f99bfd63c492468a14c7e8c.zip
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
Diffstat (limited to 'addressbook')
-rw-r--r--addressbook/backend/pas/pas-card-cursor.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/addressbook/backend/pas/pas-card-cursor.c b/addressbook/backend/pas/pas-card-cursor.c
index 3f66848332..7def4b436e 100644
--- a/addressbook/backend/pas/pas-card-cursor.c
+++ b/addressbook/backend/pas/pas-card-cursor.c
@@ -184,7 +184,7 @@ create_cursor (BonoboObject *cursor)
POA_Evolution_CardCursor *servant;
CORBA_Environment ev;
- servant = (POA_Evolution_CardCursor *) g_new (BonoboObjectServant, 1);
+ servant = (POA_Evolution_CardCursor *) g_new0 (BonoboObjectServant, 1);
servant->vepv = &cursor_vepv;
CORBA_exception_init (&ev);
642cc962b5ad5'>- UNBREAK: Update to 9.2.4garga2006-09-252-34/+5 * Schedule these broken ports for termination on 2006-12-01kris2006-09-031-0/+2 * BROKEN: Unfetchablekris2006-04-031-0/+2 * - Update to 8.11.3pav2005-05-192-3/+3 * - Update to 8.9.3pav2004-05-122-3/+3 * - Update to 8.9.2pav2004-03-272-4/+4 * Reintroduce warnings.clement2004-02-222-0/+34 * make portlint happy.clement2004-02-211-2/+2 * - Update to 8.9.1clement2004-02-214-50/+11 * - Update to 8.7.8pav2003-12-092-6/+5 * KATO mega patchedwin2003-09-271-20/+20 * Upgrade to version 8.5.5edwin2003-06-272-2/+2 * I have not been, nor will I be actively maintaining this port.max2003-05-221-1/+1 * Clear moonlight beckons.ade2003-03-072-1/+1 * Upgrade to 7.9.13.max2002-10-152-2/+2 * Upgrade to 7.9.10.max2002-07-283-11/+7 * Upgrade to 7.9.4max2002-05-203-5/+9 * Add %%PORTDOCS%% where appropriate.max2001-11-271-2/+2 * Upgrade to 7.7.0.max2001-11-272-3/+3 * Upgrade to 7.5.4.max2001-10-282-2/+7 * Upgrade to 7.3.4.max2001-07-022-3/+3 * Put the WARNING! x 20 back.clive2001-04-152-0/+46 * upgrade to 7.1.2, it's not in-secure nowijliao2001-04-15