diff options
author | JP Rosevear <jpr@ximian.com> | 2004-03-27 04:53:16 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2004-03-27 04:53:16 +0800 |
commit | 375d7a4cab817fe72e9caa71dbdeb573ab0a8d74 (patch) | |
tree | 627ac62306a0bea4a0f9eff6ce3bb418cdb4e9fd /calendar/ChangeLog | |
parent | 54e9cf9b84060c405bcbf2ff4a835c702f6cf188 (diff) | |
download | gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar.gz gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar.bz2 gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar.lz gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar.xz gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.tar.zst gsoc2013-evolution-375d7a4cab817fe72e9caa71dbdeb573ab0a8d74.zip |
Fixes #53134
2004-03-26 JP Rosevear <jpr@ximian.com>
Fixes #53134
* gui/e-cal-model.c (get_description): make sure to set the string
to NULL so that if this component doesn't have a description we
don't double free next time we are called
svn path=/trunk/; revision=25204
Diffstat (limited to 'calendar/ChangeLog')
-rw-r--r-- | calendar/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index 01e66f7883..5ad7c522b4 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,11 @@ +2004-03-26 JP Rosevear <jpr@ximian.com> + + Fixes #53134 + + * gui/e-cal-model.c (get_description): make sure to set the string + to NULL so that if this component doesn't have a description we + don't double free next time we are called + 2004-03-26 JP Rosevear <jpr@ximian.com> * gui/migration.c (migrate_calendars): no need to explicitly add |