diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2001-11-09 02:29:07 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2001-11-09 02:29:07 +0800 |
commit | 6a46f7cb269ea39a2c8fe97c0be44a9699f4976a (patch) | |
tree | 283f5548953705ab93a0b8458859a081c10f4da7 /calendar/ChangeLog | |
parent | 12323a556d88c4e49cd80524f1e6cb29e9f54d1e (diff) | |
download | gsoc2013-evolution-6a46f7cb269ea39a2c8fe97c0be44a9699f4976a.tar.gz gsoc2013-evolution-6a46f7cb269ea39a2c8fe97c0be44a9699f4976a.tar.zst gsoc2013-evolution-6a46f7cb269ea39a2c8fe97c0be44a9699f4976a.zip |
don't leak the string returned by cal_component_get_as_string nor the
2001-11-08 Rodrigo Moya <rodrigo@ximian.com>
* pcs/cal-backend-file.c
(cal_backend_file_compute_changes_foreach_key): don't leak the
string returned by cal_component_get_as_string nor the temporary
CalComponent we create
svn path=/trunk/; revision=14629
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f78df1435f..b8c1b4b28e 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2001-11-08 Rodrigo Moya <rodrigo@ximian.com> + + * pcs/cal-backend-file.c + (cal_backend_file_compute_changes_foreach_key): don't leak the + string returned by cal_component_get_as_string nor the temporary + CalComponent we create + 2001-11-08 JP Rosevear <jpr@ximian.com> * gui/e-itip-control.c (ok_clicked_cb): don't add the item, remove |