summaryrefslogtreecommitdiff
path: root/vdr-smarttvweb/stvw_cfg.c
diff options
context:
space:
mode:
authorthlo <t.lohmar@gmx.de>2013-01-05 16:37:48 +0100
committerthlo <t.lohmar@gmx.de>2013-01-05 16:37:48 +0100
commita84fb47821356729f6bbcf5813aec5f7c6faafed (patch)
treeca3b209b5179ce9e87a9b4371a50e7747a54fba6 /vdr-smarttvweb/stvw_cfg.c
parenta857c8fd7546029ddc666f835a0930f19a33be94 (diff)
downloadvdr-plugin-smarttvweb-a84fb47821356729f6bbcf5813aec5f7c6faafed.tar.gz
vdr-plugin-smarttvweb-a84fb47821356729f6bbcf5813aec5f7c6faafed.tar.bz2
New Web Front End. Various bug fixes.
Diffstat (limited to 'vdr-smarttvweb/stvw_cfg.c')
-rw-r--r--vdr-smarttvweb/stvw_cfg.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/vdr-smarttvweb/stvw_cfg.c b/vdr-smarttvweb/stvw_cfg.c
index 0c943b5..a7a5e58 100644
--- a/vdr-smarttvweb/stvw_cfg.c
+++ b/vdr-smarttvweb/stvw_cfg.c
@@ -1,7 +1,7 @@
/*
* stvw_cfg.h: VDR on Smart TV plugin
*
- * Copyright (C) 2012 Thorsten Lohmar
+ * Copyright (C) 2012 T. Lohmar
*
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU General Public License
@@ -53,7 +53,6 @@ cSmartTvConfig::cSmartTvConfig(string d): mConfigDir(d), mLog(NULL), mCfgFile(NU
}
cSmartTvConfig::~cSmartTvConfig() {
- fclose(mCfgFile);
}
void cSmartTvConfig::readConfig() {