diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-06 16:43:53 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2001-07-06 16:43:53 +0800 |
commit | 6741277bdc04ddfb790ceb765a56f073d3e3b7a9 (patch) | |
tree | 0b2b5d273081b45b64bd8626243b4f7d154e2ab2 /shell/ChangeLog | |
parent | 8053d484f9fca3efd5ad78204d50f2b63988e42a (diff) | |
download | gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar.gz gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar.bz2 gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar.lz gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar.xz gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.tar.zst gsoc2013-evolution-6741277bdc04ddfb790ceb765a56f073d3e3b7a9.zip |
[This should fix #3873, Bizzarre crash after deleting a few
folders.]
* e-local-storage.c (remove_folder): Don't free the
`physical_path' on error, as it gets freed when freeing the
callback data.
svn path=/trunk/; revision=10842
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index ec728b43a1..cb25fd0230 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,5 +1,14 @@ 2001-07-06 Ettore Perazzoli <ettore@ximian.com> + [This should fix #3873, Bizzarre crash after deleting a few + folders.] + + * e-local-storage.c (remove_folder): Don't free the + `physical_path' on error, as it gets freed when freeing the + callback data. + +2001-07-06 Ettore Perazzoli <ettore@ximian.com> + [Fix #3959, copying a folder over itself crashes Evolution.] * e-shell-folder-commands.c |