diff options
author | Jeffrey Stedfast <fejj@ximian.com> | 2002-06-13 01:44:31 +0800 |
---|---|---|
committer | Jeffrey Stedfast <fejj@src.gnome.org> | 2002-06-13 01:44:31 +0800 |
commit | 83d8c9cc825775e91b32e262effef3f1a63ec539 (patch) | |
tree | 24537459ffaf077918673db0dd9cbf45289f18c3 /calendar/ChangeLog | |
parent | 0fb8b75367771bed009160e596c53b790ffacc81 (diff) | |
download | gsoc2013-evolution-83d8c9cc825775e91b32e262effef3f1a63ec539.tar.gz gsoc2013-evolution-83d8c9cc825775e91b32e262effef3f1a63ec539.tar.zst gsoc2013-evolution-83d8c9cc825775e91b32e262effef3f1a63ec539.zip |
Free the uri_string once we're done with it.
2002-06-12 Jeffrey Stedfast <fejj@ximian.com>
* pcs/cal-factory.c (open_fn): Free the uri_string once we're done
with it.
svn path=/trunk/; revision=17176
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 96e501405d..e4ecc04b8d 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,8 @@ +2002-06-12 Jeffrey Stedfast <fejj@ximian.com> + + * pcs/cal-factory.c (open_fn): Free the uri_string once we're done + with it. + 2002-06-12 Kjartan Maraas <kmaraas@gnome.org> * gui/dialogs/cal-prefs-dialog.glade: Fix a typo. |