aboutsummaryrefslogtreecommitdiff
path: root/lib/python
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 13:49:25 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-20 13:49:25 +0000
commit630c06f1073b997e7e87e90dc2c5862b48f7b3ff (patch)
tree1f5da52de41db0535eec82abbe42724a714868f3 /lib/python
parent0e7fc97cfaaecf1b7fc93a73157a6a380e9058f4 (diff)
downloadenigma2-630c06f1073b997e7e87e90dc2c5862b48f7b3ff.tar.gz
enigma2-630c06f1073b997e7e87e90dc2c5862b48f7b3ff.zip
fix non correct working timer sanity check!
Diffstat (limited to 'lib/python')
-rw-r--r--lib/python/Components/TimerSanityCheck.py3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/python/Components/TimerSanityCheck.py b/lib/python/Components/TimerSanityCheck.py
index d3857039..43885522 100644
--- a/lib/python/Components/TimerSanityCheck.py
+++ b/lib/python/Components/TimerSanityCheck.py
@@ -25,7 +25,6 @@ class TimerSanityCheck:
else:
self.simultimer = [ self.newtimer ]
return self.checkTimerlist()
-
def getSimulTimerList(self):
return self.simultimer
@@ -178,11 +177,13 @@ class TimerSanityCheck:
ConflictTimer = timer
ConflictTunerType = tunerType
ConflictSlot = tunerSlot
+ del feinfo
elif event[2] == self.eflag:
for fakeRec in fakeRecList:
if timer == fakeRec[0]:
NavigationInstance.instance.stopRecordService(fakeRec[1])
fakeRecList.remove(fakeRec)
+ del fakeRec
if overlaplist.count(timer):
overlaplist.remove(timer)
else: