diff options
author | Dan Winship <danw@src.gnome.org> | 2000-06-01 11:51:04 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2000-06-01 11:51:04 +0800 |
commit | fdedf8998b91cd21a85730160896b733e985589f (patch) | |
tree | 0cdb0f11c80b88a78ac06c7f5a2e74e736e47aeb /mail/ChangeLog | |
parent | 7d0efdf785690d7e54344b756b8b73db5fc55ab7 (diff) | |
download | gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar.gz gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar.bz2 gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar.lz gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar.xz gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.tar.zst gsoc2013-evolution-fdedf8998b91cd21a85730160896b733e985589f.zip |
Fix up memory management of x-evolution-data URLs so the URLs and/or their
* mail-format.c (free_url, handle_text_enriched,
get_url_for_icon): Fix up memory management of x-evolution-data
URLs so the URLs and/or their data don't get freed while there are
still references to them.
* message-list.c (message_list_init_header): redo the (unused)
online status column to no longer refer to pixmaps that no longer
exist.
svn path=/trunk/; revision=3320
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index f7cd9db3dc..b844c10021 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,14 @@ +2000-05-31 Dan Winship <danw@helixcode.com> + + * mail-format.c (free_url, handle_text_enriched, + get_url_for_icon): Fix up memory management of x-evolution-data + URLs so the URLs and/or their data don't get freed while there are + still references to them. + + * message-list.c (message_list_init_header): redo the (unused) + online status column to no longer refer to pixmaps that no longer + exist. + 2000-06-01 Ettore Perazzoli <ettore@helixcode.com> * folder-browser-factory.c (control_activate): Put the toolbar |