diff options
author | Jack Jia <jack.jia@sun.com> | 2003-08-27 10:01:13 +0800 |
---|---|---|
committer | Jack Jia <jackjia@src.gnome.org> | 2003-08-27 10:01:13 +0800 |
commit | 638f1331cfb0d5f7bf38f125fb0b38c97c090964 (patch) | |
tree | 31929092a0682bbaf9fb784ddf00fc489bee839c /calendar | |
parent | 5df098fe863b553ac040cabc652760c162084cb7 (diff) | |
download | gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar.gz gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar.bz2 gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar.lz gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar.xz gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.tar.zst gsoc2013-evolution-638f1331cfb0d5f7bf38f125fb0b38c97c090964.zip |
** Fixes #47863.
2003-08-27 Jack Jia <jack.jia@sun.com>
** Fixes #47863.
* gui/alarm-notify/alarm-notify.c (AlarmNotify_removeCalendar): set
the initial value of lc_ptr and orig_str_ptr to NULL to avoid crash.
svn path=/trunk/; revision=22381
Diffstat (limited to 'calendar')
-rw-r--r-- | calendar/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/calendar/ChangeLog b/calendar/ChangeLog index f5765828eb..2d0acea095 100644 --- a/calendar/ChangeLog +++ b/calendar/ChangeLog @@ -1,3 +1,10 @@ +2003-08-26 Jack Jia <jack.jia@sun.com> + + ** Fixes #47863. + + * gui/alarm-notify/alarm-notify.c (AlarmNotify_removeCalendar): set + the initial value of lc_ptr and orig_str_ptr to NULL to avoid crash. + 2003-08-22 Frederic Crozat <fcrozat@mandrakesoft.com> * gui/alarm-notify/notify-main.c: (main): |