diff options
author | Rodrigo Moya <rodrigo@ximian.com> | 2004-01-14 02:03:34 +0800 |
---|---|---|
committer | Rodrigo Moya <rodrigo@src.gnome.org> | 2004-01-14 02:03:34 +0800 |
commit | 32c0f829d9d1bd0306a97385834e0bafa426ef3e (patch) | |
tree | fd596c07b06449ad3f1808b599d296f38055f163 /calendar/ChangeLog | |
parent | 892c5237906cd1aa5731e3d9ba5cd55ff6dff515 (diff) | |
download | gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar.gz gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar.bz2 gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar.lz gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar.xz gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.tar.zst gsoc2013-evolution-32c0f829d9d1bd0306a97385834e0bafa426ef3e.zip |
free 'base_uri' at the end of the function, or it will leak, and removed
2004-01-13 Rodrigo Moya <rodrigo@ximian.com>
* gui/calendar-component.c (impl_upgradeFromVersion): free 'base_uri'
at the end of the function, or it will leak, and removed duplicated
code to create the birthdays backend.
svn path=/trunk/; revision=24202
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 10 |
1 files changed, 8 insertions, 2 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index ad5a7da3a7..7e339fddfc 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,4 +1,10 @@ - 2004-01-12 Gary Ekker <gekker@novell.com> +2004-01-13 Rodrigo Moya <rodrigo@ximian.com> + + * gui/calendar-component.c (impl_upgradeFromVersion): free 'base_uri' + at the end of the function, or it will leak, and removed duplicated + code to create the birthdays backend. + +2004-01-12 Gary Ekker <gekker@novell.com> * gui/Makefile.am: add e-pub-utils.[ch] for Free/Busy publishing @@ -60,7 +66,7 @@ (init_calendar_publishing_cb): ditto (conf_changed_callback): ditto (impl_createControls): ditto - + 2004-01-12 Rodrigo Moya <rodrigo@ximian.com> * gui/calendar-component.c (impl_upgradeFromVersion): sync the source |