diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-03 05:25:15 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2000-07-03 05:25:15 +0800 |
commit | e497e9ad28cdc787d66ea40e924b2775890e123c (patch) | |
tree | 9fd28020708556d7ebb51910d052aa0993381535 /mail/ChangeLog | |
parent | 514ae3ebe3bc4a35902a6c72b047896c2ef2d6c8 (diff) | |
download | gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar.gz gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar.bz2 gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar.lz gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar.xz gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.tar.zst gsoc2013-evolution-e497e9ad28cdc787d66ea40e924b2775890e123c.zip |
Fix double freeing of the camel exception; this prevents a crash when a
folder cannot be opened.
svn path=/trunk/; revision=3858
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 5c569ed639..b7b9179b01 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2000-07-02 Ettore Perazzoli <ettore@helixcode.com> + + * folder-browser.c (mail_uri_to_folder): Fix double freeing of the + local exception `ex'. + 2000-07-01 Ettore Perazzoli <ettore@helixcode.com> * mail-ops.c (refile_msg): Only allow type "mail" in the folder |