summaryrefslogtreecommitdiff
path: root/vdr.c
diff options
context:
space:
mode:
Diffstat (limited to 'vdr.c')
-rw-r--r--vdr.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr.c b/vdr.c
index 35866dbd..3b35f194 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.cadsoft.de/vdr
*
- * $Id: vdr.c 1.244 2006/01/22 16:10:13 kls Exp $
+ * $Id: vdr.c 1.245 2006/01/28 14:38:30 kls Exp $
*/
#include <getopt.h>
@@ -1122,6 +1122,7 @@ Exit:
}
cDevice::Shutdown();
PluginManager.Shutdown();
+ cSchedules::Cleanup(true);
ReportEpgBugFixStats();
if (WatchdogTimeout > 0)
dsyslog("max. latency time %d seconds", MaxLatencyTime);