aboutsummaryrefslogtreecommitdiffstats
path: root/mail/ChangeLog
diff options
context:
space:
mode:
authorDan Winship <danw@src.gnome.org>2001-04-19 02:06:49 +0800
committerDan Winship <danw@src.gnome.org>2001-04-19 02:06:49 +0800
commitc6a6b65fb48d03a7b86deb2b5b9faff23896176b (patch)
tree5adc59707d9b9d3292e5076d4bcd3b37a1a36a9d /mail/ChangeLog
parent0c90cd7ddae8e37d4c4ab85a2b2460b4d5dd0902 (diff)
downloadgsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar.gz
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar.bz2
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar.lz
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar.xz
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.tar.zst
gsoc2013-evolution-c6a6b65fb48d03a7b86deb2b5b9faff23896176b.zip
Don't need to dup the string: the relevant gnome-dialog routine already
* session.c (request_callback): Don't need to dup the string: the relevant gnome-dialog routine already does. * message-list.c (message_list_destroy): Free the uid_nodemap. (hide_save_state): Free the filename when we're done. svn path=/trunk/; revision=9452
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r--mail/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog
index 0d24ccf6d8..05ff8de138 100644
--- a/mail/ChangeLog
+++ b/mail/ChangeLog
@@ -1,3 +1,11 @@
+2001-04-18 Dan Winship <danw@ximian.com>
+
+ * session.c (request_callback): Don't need to dup the string: the
+ relevant gnome-dialog routine already does.
+
+ * message-list.c (message_list_destroy): Free the uid_nodemap.
+ (hide_save_state): Free the filename when we're done.
+
2001-04-18 Jeffrey Stedfast <fejj@ximian.com>
* mail-callbacks.c (is_sent_folder): Implemented.