diff options
author | Jeffrey Stedfast <fejj@novell.com> | 2004-10-12 00:51:17 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2004-10-12 00:51:17 +0800 |
commit | 2432e22d47ec0c9bc190988a0708b4f13a0aa183 (patch) | |
tree | 79073299fee12406c72e353be9b8a49c686289b8 /composer/ChangeLog | |
parent | f20b83d0b8fd973a37d05e4c722669655a3f6aa5 (diff) | |
download | gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar.gz gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar.bz2 gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar.lz gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar.xz gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.tar.zst gsoc2013-evolution-2432e22d47ec0c9bc190988a0708b4f13a0aa183.zip |
g_strdup() the gpg/smime keys into the recipients list or else we end up
2004-10-08 Jeffrey Stedfast <fejj@novell.com>
* e-msg-composer.c (build_message): g_strdup() the gpg/smime keys
into the recipients list or else we end up free'ing them later
when we shouldn't. Fixes bug #66703
svn path=/trunk/; revision=27537
Diffstat (limited to 'composer/ChangeLog')
-rw-r--r-- | composer/ChangeLog | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/composer/ChangeLog b/composer/ChangeLog index 6b5f92db60..a09bbbb640 100644 --- a/composer/ChangeLog +++ b/composer/ChangeLog @@ -1,3 +1,9 @@ +2004-10-08 Jeffrey Stedfast <fejj@novell.com> + + * e-msg-composer.c (build_message): g_strdup() the gpg/smime keys + into the recipients list or else we end up free'ing them later + when we shouldn't. Fixes bug #66703 + 2004-10-06 Not Zed <NotZed@Ximian.com> * e-msg-composer.c (drag_data_received): |