diff options
author | Chenthill Palanisamy <pchenthill@novell.com> | 2008-02-25 19:00:58 +0800 |
---|---|---|
committer | Chenthill Palanisamy <pchen@src.gnome.org> | 2008-02-25 19:00:58 +0800 |
commit | fa622e0af76c58ad566ac184a08ec82cf7d8b49b (patch) | |
tree | 4e1c116c1f8f9c53851c798d62befea5ccacbfa7 /plugins/itip-formatter/ChangeLog | |
parent | f3c82ae09d287c2e581977da74d4927af5aab755 (diff) | |
download | gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar.gz gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar.bz2 gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar.lz gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar.xz gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.tar.zst gsoc2013-evolution-fa622e0af76c58ad566ac184a08ec82cf7d8b49b.zip |
Free the memory returned by e_cal_component_get_recurid_as_string.
2008-02-25 Chenthill Palanisamy <pchenthill@novell.com>
* itip-formatter.c: (find_server), (update_attendee_status):
* Free the memory returned by e_cal_component_get_recurid_as_string.
svn path=/trunk/; revision=35087
Diffstat (limited to 'plugins/itip-formatter/ChangeLog')
-rw-r--r-- | plugins/itip-formatter/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/itip-formatter/ChangeLog b/plugins/itip-formatter/ChangeLog index d184d87e1f..e89d2578eb 100644 --- a/plugins/itip-formatter/ChangeLog +++ b/plugins/itip-formatter/ChangeLog @@ -1,5 +1,10 @@ 2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> + * itip-formatter.c: (find_server), (update_attendee_status): Free + the memory returned by e_cal_component_get_recurid_as_string. + +2008-02-25 Chenthill Palanisamy <pchenthill@novell.com> + Fixes#516408 * itip-formatter.c (find_attendee), (find_to_address), (find_from_address), (update_item): Free the memory returned |