aboutsummaryrefslogtreecommitdiffstats
path: root/shell/evolution-storage.c
diff options
context:
space:
mode:
authorEttore Perazzoli <ettore@src.gnome.org>2001-05-05 00:09:54 +0800
committerEttore Perazzoli <ettore@src.gnome.org>2001-05-05 00:09:54 +0800
commit79dd5a50b21be36ac0e96c3f1838ca40e975e239 (patch)
treeccad4d551f01419f9171c4aa421f220b8387a7f3 /shell/evolution-storage.c
parentbf5a8c9360a0869b7f1f56fa6bcd8ecdbdcf1a8e (diff)
downloadgsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.gz
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.bz2
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.lz
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.xz
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.zst
gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.zip
Undo a broken leak fix.
svn path=/trunk/; revision=9674
Diffstat (limited to 'shell/evolution-storage.c')
-rw-r--r--shell/evolution-storage.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/shell/evolution-storage.c b/shell/evolution-storage.c
index 48fdae5fc5..68cbf0c7f3 100644
--- a/shell/evolution-storage.c
+++ b/shell/evolution-storage.c
@@ -731,8 +731,6 @@ evolution_storage_new_folder (EvolutionStorage *evolution_storage,
break;
}
- CORBA_free (corba_folder);
-
CORBA_exception_free (&ev);
return result;