diff options
author | Dan Winship <danw@src.gnome.org> | 2002-08-30 03:16:10 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2002-08-30 03:16:10 +0800 |
commit | a202ae67951b6b5279a97cf3514f0d80f4240a7a (patch) | |
tree | 6797a482da388a3c680e3b6cba01f29da603e32c /e-util/ChangeLog | |
parent | 2fd52ffbfd5b19d005511b8b417389be9577b3c5 (diff) | |
download | gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar.gz gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar.bz2 gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar.lz gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar.xz gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.tar.zst gsoc2013-evolution-a202ae67951b6b5279a97cf3514f0d80f4240a7a.zip |
Don't call g_list_foreach with the free func if the free func is NULL.
* e-list.c (e_list_destroy): Don't call g_list_foreach with the
free func if the free func is NULL.
svn path=/trunk/; revision=17928
Diffstat (limited to 'e-util/ChangeLog')
-rw-r--r-- | e-util/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/e-util/ChangeLog b/e-util/ChangeLog index 31df2abe41..47b9bf138e 100644 --- a/e-util/ChangeLog +++ b/e-util/ChangeLog @@ -1,3 +1,8 @@ +2002-08-29 Dan Winship <danw@ximian.com> + + * e-list.c (e_list_destroy): Don't call g_list_foreach with the + free func if the free func is NULL. + 2002-08-28 Jeffrey Stedfast <fejj@ximian.com> * e-html-utils.c (e_text_to_html_full): Convert file: urls |