diff options
author | Dan Winship <danw@src.gnome.org> | 2003-03-22 04:52:38 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-03-22 04:52:38 +0800 |
commit | 18b70fa27b0e1ed213617b50af09ca5435cd3e26 (patch) | |
tree | cdf2dd378c8be8365c1930e17a0d340953429108 /shell | |
parent | ddcacb9b091b9ffa962e59e54de8345548822f1e (diff) | |
download | gsoc2013-evolution-18b70fa27b0e1ed213617b50af09ca5435cd3e26.tar.gz gsoc2013-evolution-18b70fa27b0e1ed213617b50af09ca5435cd3e26.tar.zst gsoc2013-evolution-18b70fa27b0e1ed213617b50af09ca5435cd3e26.zip |
(init): grumble-grumble-non-g_new0-using-people-grumble
svn path=/trunk/; revision=20461
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; } |