diff options
author | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-21 23:21:10 +0800 |
---|---|---|
committer | Ettore Perazzoli <ettore@src.gnome.org> | 2002-10-21 23:21:10 +0800 |
commit | 29a63b4a136c2c1c7f824a333e4752987ee342b7 (patch) | |
tree | 4d971389a3ce2e4580ee2941ca9e09c81e35a12e /my-evolution/ChangeLog | |
parent | 58573777e83d81da42285c576f95d588d27b224d (diff) | |
download | gsoc2013-evolution-29a63b4a136c2c1c7f824a333e4752987ee342b7.tar.gz gsoc2013-evolution-29a63b4a136c2c1c7f824a333e4752987ee342b7.tar.zst gsoc2013-evolution-29a63b4a136c2c1c7f824a333e4752987ee342b7.zip |
(e_summary_weather_reconfigure): NULL the
->weathers member before freeing the list items. Otherwise
soup_message_cancel() might invoke the refresh function while we
are freeing things on the list, and crash. [#31639]
svn path=/trunk/; revision=18398
Diffstat (limited to 'my-evolution/ChangeLog')
-rw-r--r-- | my-evolution/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/my-evolution/ChangeLog b/my-evolution/ChangeLog index d35630efd3..7079382892 100644 --- a/my-evolution/ChangeLog +++ b/my-evolution/ChangeLog @@ -1,3 +1,10 @@ +2002-10-21 Ettore Perazzoli <ettore@ximian.com> + + * e-summary-weather.c (e_summary_weather_reconfigure): NULL the + ->weathers member before freeing the list items. Otherwise + soup_message_cancel() might invoke the refresh function while we + are freeing things on the list, and crash. [#31639] + 2002-09-26 Ettore Perazzoli <ettore@ximian.com> * e-summary-mail.c (e_summary_mail_generate_html): Generate HTML |