diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 00:09:54 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-05-05 00:09:54 +0800 |
commit | 79dd5a50b21be36ac0e96c3f1838ca40e975e239 (patch) | |
tree | ccad4d551f01419f9171c4aa421f220b8387a7f3 /shell/ChangeLog | |
parent | bf5a8c9360a0869b7f1f56fa6bcd8ecdbdcf1a8e (diff) | |
download | gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.gz gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.tar.zst gsoc2013-evolution-79dd5a50b21be36ac0e96c3f1838ca40e975e239.zip |
Undo a broken leak fix.
svn path=/trunk/; revision=9674
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cd557caca8..1bec9c547d 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,10 @@ 2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (evolution_storage_new_folder): Ooops. The + `corba_folder' is needed after returning; don't free it. + +2001-05-04 Ettore Perazzoli <ettore@ximian.com> + * evolution-storage.c (evolution_storage_new_folder): Free the `corba_folder' when not needed anymore. |