diff options
author | JP Rosevear <jpr@novell.com> | 2005-01-22 00:01:54 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2005-01-22 00:01:54 +0800 |
commit | ee49a6715e1112891081b3484528dbd27539f1fd (patch) | |
tree | b6b656816cbfc629489e83bab9b01d3ab2419f08 /shell/ChangeLog | |
parent | 2f6c84abec424b7d3d99967ac62803f57ac98831 (diff) | |
download | gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar.gz gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar.bz2 gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar.lz gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar.xz gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.tar.zst gsoc2013-evolution-ee49a6715e1112891081b3484528dbd27539f1fd.zip |
mark priv->finished as true first so we don't access freed memory if we
2005-01-21 JP Rosevear <jpr@novell.com>
* e-shell-offline-handler.c
(impl_OfflineProgressListener_updateProgress): mark priv->finished
as true first so we don't access freed memory if we get finalized
during the signal emmission
(cancel_offline): ditto
(finalize_offline): ditto
(e_shell_offline_handler_put_components_offline): ditto
svn path=/trunk/; revision=28487
Diffstat (limited to 'shell/ChangeLog')
-rw-r--r-- | shell/ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/shell/ChangeLog b/shell/ChangeLog index cb86b14e55..37c4a470d5 100644 --- a/shell/ChangeLog +++ b/shell/ChangeLog @@ -1,3 +1,13 @@ +2005-01-21 JP Rosevear <jpr@novell.com> + + * e-shell-offline-handler.c + (impl_OfflineProgressListener_updateProgress): mark priv->finished + as true first so we don't access freed memory if we get finalized + during the signal emmission + (cancel_offline): ditto + (finalize_offline): ditto + (e_shell_offline_handler_put_components_offline): ditto + 2005-01-20 Mengjie Yu <meng-jie.yu@sun.com> * e-shell-importer.c: (import_druid_esc), |