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 41dbc8f4..ea6a0cfb 100644
--- a/vdr.c
+++ b/vdr.c
@@ -22,7 +22,7 @@
*
* The project's page is at http://www.tvdr.de
*
- * $Id: vdr.c 4.14 2017/05/21 12:31:37 kls Exp $
+ * $Id: vdr.c 4.15 2017/05/29 11:10:46 kls Exp $
*/
#include <getopt.h>
@@ -1585,6 +1585,7 @@ Exit:
cVideoDirectory::Destroy();
EpgHandlers.Clear();
cSchedules::Cleanup(true);
+ CiResourceHandlers.Clear();
ListGarbageCollector.Purge(true);
PluginManager.Shutdown(true);
ReportEpgBugFixStats(true);