From 1ad4aaffdc820af7e0a0f8c45a4beea4f3f10421 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matti=20Lehtim=C3=A4ki?= Date: Sat, 23 Aug 2014 13:33:35 +0200 Subject: Fix HISTORY and whitespace. --- HISTORY | 3 ++- tools.c | 2 +- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/HISTORY b/HISTORY index 320f68d..1a047bc 100644 --- a/HISTORY +++ b/HISTORY @@ -3,6 +3,8 @@ VDR Plugin 'epgfixer' Revision History 2014-xx-xx: Version x.x.x +- Fix crash when cloning to a non-existent channel, (thanks to Guy Martin). +- Fix using channelIDs in EPG cloning (thanks to Guy Martin). - Support regular expressions which are used only if the content of another EPG field matches to an additional regular expression. - Fix possible null pointer error. @@ -14,7 +16,6 @@ VDR Plugin 'epgfixer' Revision History - Support for new Makefile of VDR >= 1.7.34. - Report an error if PCRE library is not available. - Fix replacing at the end of string when using s///. Fix variable name clash. -- Fix using channelIDs in EPG cloning (thanks to Guy Martin). 2012-11-28: Version 0.3.1 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(); -- cgit v1.2.3