From 18b70fa27b0e1ed213617b50af09ca5435cd3e26 Mon Sep 17 00:00:00 2001 From: Dan Winship Date: Fri, 21 Mar 2003 20:52:38 +0000 Subject: (init): grumble-grumble-non-g_new0-using-people-grumble svn path=/trunk/; revision=20461 --- shell/e-corba-storage.c | 1 + 1 file changed, 1 insertion(+) (limited to 'shell/e-corba-storage.c') diff --git a/shell/e-corba-storage.c b/shell/e-corba-storage.c index 90e28de60d..d094a3871b 100644 --- a/shell/e-corba-storage.c +++ b/shell/e-corba-storage.c @@ -814,6 +814,7 @@ init (ECorbaStorage *corba_storage) priv = g_new (ECorbaStoragePrivate, 1); priv->storage_interface = CORBA_OBJECT_NIL; + priv->pending_opens = NULL; corba_storage->priv = priv; } -- cgit v1.2.3