diff options
Diffstat (limited to 'shell')
-rw-r--r-- | shell/e-corba-storage.c | 1 |
1 files changed, 1 insertions, 0 deletions
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; } |