diff options
author | Dan Winship <danw@src.gnome.org> | 2003-07-02 21:29:55 +0800 |
---|---|---|
committer | Dan Winship <danw@src.gnome.org> | 2003-07-02 21:29:55 +0800 |
commit | 43d436a36ebd59699b20f6e49f544ad24c8d8a30 (patch) | |
tree | b65aee0432b3c88a8ca33cb12e2e33e93e7dd4f7 /calendar/ChangeLog | |
parent | 55b00d2c1261b744640134260abf94d60d8d0e58 (diff) | |
download | gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar.gz gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar.bz2 gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar.lz gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar.xz gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.tar.zst gsoc2013-evolution-43d436a36ebd59699b20f6e49f544ad24c8d8a30.zip |
Don't leak exceptions (load_static_capabilities): free the capability
* cal-client/cal-client.c (real_open_calendar): Don't leak
exceptions
(load_static_capabilities): free the capability string
* gui/dialogs/task-page.c (task_page_fill_component): Free the
description text if it *was* set, rather than if it wasn't.
* gui/dialogs/task-editor.c (task_editor_finalize): Free the priv
struct.
svn path=/trunk/; revision=21722
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index c179b7c7c2..bc7aee4d24 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,15 @@ +2003-07-02 Dan Winship <danw@ximian.com> + + * cal-client/cal-client.c (real_open_calendar): Don't leak + exceptions + (load_static_capabilities): free the capability string + + * gui/dialogs/task-page.c (task_page_fill_component): Free the + description text if it *was* set, rather than if it wasn't. + + * gui/dialogs/task-editor.c (task_editor_finalize): Free the priv + struct. + 2003-07-02 Bolian Yin <bolian.yin@sun.com> Fixes #45328, #45329 |