diff options
author | JP Rosevear <jpr@ximian.com> | 2003-04-11 05:12:39 +0800 |
---|---|---|
committer | JP Rosevear <jpr@src.gnome.org> | 2003-04-11 05:12:39 +0800 |
commit | 796304f4d6cf47636de80cfc7bc2864cdd25a881 (patch) | |
tree | 6a150b0cbe2aae928500c103c37bd9456fe4ffd0 /calendar/gui/e-meeting-model.c | |
parent | 18c82c188080ddcdc0087df2a7c12866eb224287 (diff) | |
download | gsoc2013-evolution-796304f4d6cf47636de80cfc7bc2864cdd25a881.tar.gz gsoc2013-evolution-796304f4d6cf47636de80cfc7bc2864cdd25a881.tar.zst gsoc2013-evolution-796304f4d6cf47636de80cfc7bc2864cdd25a881.zip |
Fixes #41127
2003-04-10 JP Rosevear <jpr@ximian.com>
Fixes #41127
* gui/e-meeting-time-sel.c (e_meeting_time_selector_refresh_cb):
unref here, when the callback is done
(e_meeting_time_selector_refresh_free_busy): don't unref here
* gui/e-meeting-model.c (process_free_busy): if the type is
unexpected, make sure we cleanup properly
svn path=/trunk/; revision=20807
Diffstat (limited to 'calendar/gui/e-meeting-model.c')
-rw-r--r-- | calendar/gui/e-meeting-model.c | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/calendar/gui/e-meeting-model.c b/calendar/gui/e-meeting-model.c index 4c0dfaf2fc..c460d37b04 100644 --- a/calendar/gui/e-meeting-model.c +++ b/calendar/gui/e-meeting-model.c @@ -1307,8 +1307,6 @@ process_free_busy (EMeetingModelQueueData *qdata, char *text) icalcomponent_free (tz_top_level); } else if (kind == ICAL_VFREEBUSY_COMPONENT) { process_free_busy_comp (ia, main_comp, priv->zone, NULL); - } else { - return; } icalcomponent_free (main_comp); |