summaryrefslogtreecommitdiff
path: root/epg.c
diff options
context:
space:
mode:
Diffstat (limited to 'epg.c')
-rw-r--r--epg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/epg.c b/epg.c
index b9d9063c..7fe44905 100644
--- a/epg.c
+++ b/epg.c
@@ -7,7 +7,7 @@
* Original version (as used in VDR before 1.3.0) written by
* Robert Schneider <Robert.Schneider@web.de> and Rolf Hakenes <hakenes@hippomi.de>.
*
- * $Id: epg.c 1.42 2005/12/26 14:44:03 kls Exp $
+ * $Id: epg.c 1.43 2005/12/26 14:47:55 kls Exp $
*/
#include "epg.h"
@@ -637,7 +637,6 @@ void cSchedule::DelEvent(cEvent *Event)
if (Event->schedule == this) {
UnhashEvent(Event);
events.Del(Event);
- Event->schedule = NULL;
}
}