diff options
author | Kjartan Maraas <kmaraas@gnome.org> | 2006-08-22 18:24:31 +0800 |
---|---|---|
committer | Kjartan Maraas <kmaraas@src.gnome.org> | 2006-08-22 18:24:31 +0800 |
commit | 9de0b61f706f8ec51cd60059fbb04c5cda3c235c (patch) | |
tree | c9c6dd2d3e6e1f3dfddc6ac165289ac405c9ca62 /calendar/ChangeLog | |
parent | 41a4ef665287d566fbb4de0d96ec148a0750bf24 (diff) | |
download | gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar.gz gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar.bz2 gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar.lz gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar.xz gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.tar.zst gsoc2013-evolution-9de0b61f706f8ec51cd60059fbb04c5cda3c235c.zip |
Plug a leak. Same thing here.
2006-08-22 Kjartan Maraas <kmaraas@gnome.org>
* gui/calendar-component.c (ensure_sources): Plug a leak.
* gui/migration.c (create_calendar_sources): Same thing here.
svn path=/trunk/; revision=32625
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 8499f32327..f5b38017b4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2006-08-22 Kjartan Maraas <kmaraas@gnome.org> + + * gui/calendar-component.c (ensure_sources): Plug a leak. + * gui/migration.c (create_calendar_sources): Same thing here. + 2006-08-21 Chenthill Palanisamy <pchenthill@novell.com> Fixes #346549 |