aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb/esection.h
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb/esection.h')
-rw-r--r--lib/dvb/esection.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/dvb/esection.h b/lib/dvb/esection.h
index 2d71eef8..61182766 100644
--- a/lib/dvb/esection.h
+++ b/lib/dvb/esection.h
@@ -11,6 +11,8 @@ private:
ePtr<iDVBSectionReader> m_reader;
eDVBTableSpec m_table;
+ int m_tries;
+
eTimer *m_timeout;
void sectionRead(const __u8 *data);
@@ -42,7 +44,6 @@ protected:
delete sections[nr];
sections.resize(max);
-
sections[nr] = new Section(data);
avail.insert(nr);