diff options
Diffstat (limited to 'calendar/calendar-pilot-sync.c')
-rw-r--r-- | calendar/calendar-pilot-sync.c | 7 |
1 files changed, 3 insertions, 4 deletions
diff --git a/calendar/calendar-pilot-sync.c b/calendar/calendar-pilot-sync.c index 9461278e8b..e8261197af 100644 --- a/calendar/calendar-pilot-sync.c +++ b/calendar/calendar-pilot-sync.c @@ -581,10 +581,9 @@ sync_pilot (GNOME_Calendar_Repository repo, int pilot_fd) if (attr & dlpRecAttrArchived) continue; - if (attr & dlpRecAttrDirty){ - printf ("updating record\n"); - update_record (repo, id, &a, attr); - } + printf ("updating record\n"); + update_record (repo, id, &a, attr); + conduit_free_Appointment (&a); } } |