diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-07-26 03:23:20 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-07-26 03:23:20 +0800 |
commit | 66642cda020a8edf6b32de1144d8cd1fbb960855 (patch) | |
tree | 2ab514ac32dafc1e36d8b0bd43057c28e09c7392 /mail/ChangeLog | |
parent | 0d27a627858afb85731bd4fec48a5f47c9f68d0f (diff) | |
download | gsoc2013-evolution-66642cda020a8edf6b32de1144d8cd1fbb960855.tar.gz gsoc2013-evolution-66642cda020a8edf6b32de1144d8cd1fbb960855.tar.zst gsoc2013-evolution-66642cda020a8edf6b32de1144d8cd1fbb960855.zip |
Make sure that the url isn't an empty string and also make sure to free it
2002-07-25 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (composer_send_cb): Make sure that the url
isn't an empty string and also make sure to free it when we're
done with it. Also check that we got the folder - if it is NULL,
then just abort.
svn path=/trunk/; revision=17593
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index e44ae3905f..73e03d7740 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,10 @@ +2002-07-25 Jeffrey Stedfast <fejj@ximian.com> + + * mail-callbacks.c (composer_send_cb): Make sure that the url + isn't an empty string and also make sure to free it when we're + done with it. Also check that we got the folder - if it is NULL, + then just abort. + 2002-07-24 Jeffrey Stedfast <fejj@ximian.com> * mail-config.c (mail_config_folder_to_safe_url): Use |