diff options
author | Chris Toshok <toshok@ximian.com> | 2004-06-22 08:45:47 +0800 |
---|---|---|
committer | Chris Toshok <toshok@src.gnome.org> | 2004-06-22 08:45:47 +0800 |
commit | 0ba1baf5d891bf70a16591d819f3c86fe0309b6a (patch) | |
tree | 6a6ec1c85bae12f72d11865379f6abd85cbf05bc /mail/ChangeLog | |
parent | aa73155f1410fd1d0e636a8e4008140f761f97c4 (diff) | |
download | gsoc2013-evolution-0ba1baf5d891bf70a16591d819f3c86fe0309b6a.tar.gz gsoc2013-evolution-0ba1baf5d891bf70a16591d819f3c86fe0309b6a.tar.zst gsoc2013-evolution-0ba1baf5d891bf70a16591d819f3c86fe0309b6a.zip |
gtk_tree_model_get on a string field allocates the return value. free
2004-06-21 Chris Toshok <toshok@ximian.com>
* em-folder-tree.c (render_display_name): gtk_tree_model_get on a
string field allocates the return value. free name.
svn path=/trunk/; revision=26448
Diffstat (limited to 'mail/ChangeLog')
-rw-r--r-- | mail/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/mail/ChangeLog b/mail/ChangeLog index 73a4a1624b..47f9395c79 100644 --- a/mail/ChangeLog +++ b/mail/ChangeLog @@ -1,3 +1,8 @@ +2004-06-21 Chris Toshok <toshok@ximian.com> + + * em-folder-tree.c (render_display_name): gtk_tree_model_get on a + string field allocates the return value. free name. + 2004-06-21 Radek Doulik <rodo@ximian.com> * em-junk-filter.c (em_junk_sa_test_spamd): make sure we test for |