On Monday 16 January 2006 17:26, Klaus Schmidinger wrote: > --- epg.c ? ? ? 2006/01/15 13:58:30 ? ? 1.49 > +++ epg.c ? ? ? 2006/01/16 16:18:49 > @@ -935,7 +935,8 @@ > ? ? cSchedulesLock SchedulesLock(true, 1000); > ? ? cSchedules *s = (cSchedules *)Schedules(SchedulesLock); > ? ? if (s) { > - ? ? s->Clear(); > + ? ? for (cSchedule *Schedule = s->First(); Schedule; Schedule = > s->Next(Schedule)) > + ? ? ? ? Schedule->Cleanup(INT_MAX); > ? ? ? ?return true; > ? ? ? ?} > ? ? return false; I am not able to reproduce the error with the patch applied :) Thx -- --------------------------------------- Malte Schr?der MalteSch@xxxxxx ICQ# 68121508 --------------------------------------- -------------- next part -------------- A non-text attachment was scrubbed... Name: not available Type: application/pgp-signature Size: 189 bytes Desc: not available Url : http://www.linuxtv.org/pipermail/vdr/attachments/20060116/1990b5bd/attachment-0001.pgp