aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorPeter Williams <peterw@src.gnome.org>2000-08-17 02:33:20 +0800
committerPeter Williams <peterw@src.gnome.org>2000-08-17 02:33:20 +0800
commitaa670b3306b486bd5800326d62c786e75fd2d2c7 (patch)
tree78312c21dbe3037ccc2e480d08d996ce15e63838 /mail/ChangeLog
parentf0d329f083305888573dff79f1f9634c3fd1e53a (diff)
downloadgsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar.gz
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar.bz2
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar.lz
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar.xz
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.tar.zst
gsoc2013-evolution-aa670b3306b486bd5800326d62c786e75fd2d2c7.zip
Plug mem leaks.
svn path=/trunk/; revision=4854
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog5
1 files changed, 4 insertions, 1 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 516b9ea488..88bbb72541 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,7 +1,10 @@
2000-08-16 Peter Williams <peterw@helixcode.com>
* message-thread.c (walk_containers): More (default disabled)
- mem debugging here.
+ mem debugging here. Fix the big leaks.
+
+ * mail-format.c (get_url_for_icon): Copy the url_path so that
+ it can't get freed under us.
2000-08-15 Peter Williams <peterw@helixcode.com>