diff options
author | Milan Crha <mcrha@redhat.com> | 2007-10-05 13:47:10 +0800 |
---|---|---|
committer | Milan Crha <mcrha@src.gnome.org> | 2007-10-05 13:47:10 +0800 |
commit | e093117ef673e80c54e603ee0ed1dbd487a4bcb6 (patch) | |
tree | e5ac65bbf36d179f91b2c22ec7fb8338ed139f50 /calendar/ChangeLog | |
parent | e188aba01b54c93555963969f008a04c3ca3fa0b (diff) | |
download | gsoc2013-evolution-e093117ef673e80c54e603ee0ed1dbd487a4bcb6.tar.gz gsoc2013-evolution-e093117ef673e80c54e603ee0ed1dbd487a4bcb6.tar.zst gsoc2013-evolution-e093117ef673e80c54e603ee0ed1dbd487a4bcb6.zip |
Fixed leak caused by my changes in fix for bug #325685.
2007-10-05 Milan Crha <mcrha@redhat.com>
* gui/alarm-notify/alarm-queue.c: (alarm_queue_remove_client):
Fixed leak caused by my changes in fix for bug #325685.
svn path=/trunk/; revision=34357
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 3128badaba..a4d971d48a 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2007-10-05 Milan Crha <mcrha@redhat.com> + + * gui/alarm-notify/alarm-queue.c: (alarm_queue_remove_client): + Fixed leak caused by my changes in fix for bug #325685. + 2007-10-04 Matthew Barnes <mbarnes@redhat.com> ** Fixes part of bug #477045 |