aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJon Trowbridge <trow@ximian.com>2001-09-27 07:44:10 +0800
committerJon Trowbridge <trow@src.gnome.org>2001-09-27 07:44:10 +0800
commit1eb6dc987a1e46ee36211d0417c152e14986f32a (patch)
treef092a6957ae16ba8784430f15660c4a346f0be9e /mail/ChangeLog
parent7aa81a66d90518b8bda0f01fd2e9b75dba5f10e2 (diff)
downloadgsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar.gz
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar.bz2
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar.lz
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar.xz
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.tar.zst
gsoc2013-evolution-1eb6dc987a1e46ee36211d0417c152e14986f32a.zip
strdup our "This message contains invalid recipients" string, since it
2001-09-26 Jon Trowbridge <trow@ximian.com> * mail-callbacks.c (composer_get_message): strdup our "This message contains invalid recipients" string, since it gets freed later. And then don't leak the message string. (Bug #10877) svn path=/trunk/; revision=13175
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 780e1c5a81..6c2ad2b6a5 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,5 +1,9 @@
2001-09-26 Jon Trowbridge <trow@ximian.com>
+ * mail-callbacks.c (composer_get_message): strdup our "This
+ message contains invalid recipients" string, since it gets freed
+ later. And then don't leak the message string. (Bug #10877)
+
* mail-format.c (write_address): Use camel_address_format,
not camel_address_encode.