summaryrefslogtreecommitdiff
path: root/tools.c
diff options
context:
space:
mode:
Diffstat (limited to 'tools.c')
-rw-r--r--tools.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools.c b/tools.c
index 843a29c..9c9133d 100644
--- a/tools.c
+++ b/tools.c
@@ -481,7 +481,7 @@ void cAddEventThread::Action(void)
EpgHandlers.SortSchedule(schedule);
EpgHandlers.DropOutdated(schedule, e->GetEvent()->StartTime(), e->GetEvent()->EndTime(), e->GetEvent()->TableID(), e->GetEvent()->Version());
}
- }
+ }
list->Del(e);
}
Unlock();