aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorJeffrey Stedfast <fejj@ximian.com>2002-01-26 03:08:00 +0800
committerJeffrey Stedfast <fejj@src.gnome.org>2002-01-26 03:08:00 +0800
commit91dd1d75d76c31aaab6088482a6a9e5a19777afe (patch)
treef738aa8ee7e50beae7940b398a6ec621eed1f644 /mail/ChangeLog
parentf1a90dc6dba4b22b5823ecd11ffc486d8f308339 (diff)
downloadgsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar.gz
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar.bz2
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar.lz
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar.xz
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.tar.zst
gsoc2013-evolution-91dd1d75d76c31aaab6088482a6a9e5a19777afe.zip
Do some NULL checking on the url before using it.
2002-01-25 Jeffrey Stedfast <fejj@ximian.com> * component-factory.c (destination_folder_handle_motion): Do some NULL checking on the url before using it. (destination_folder_handle_drop): Make sure the uri is non-NULL before freeing. svn path=/trunk/; revision=15473
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 72301c1d74..f37fa60ca4 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,10 @@
+2002-01-25 Jeffrey Stedfast <fejj@ximian.com>
+
+ * component-factory.c (destination_folder_handle_motion): Do some
+ NULL checking on the url before using it.
+ (destination_folder_handle_drop): Make sure the uri is non-NULL
+ before freeing.
+
2002-01-24 Ettore Perazzoli <ettore@ximian.com>
* Makefile.am: s/MAILER_CFLAGS/EVOLUTION_MAIL_CFLAGS/,