dvb/tstools.cpp: fix openFile without streaminfo
[enigma2.git] / lib / dvb / esection.h
index ae8066528353ce22456b8907d0474be5a1552baa..2bb17a98e5a70fb9321788bc608be7f254351687 100644 (file)
@@ -15,7 +15,7 @@ class eGTable: public iObject, public Object
        
        unsigned int m_tries;
        
-       eTimer *m_timeout;
+       ePtr<eTimer> m_timeout;
 
        void sectionRead(const __u8 *data);
        void timeout();
@@ -189,7 +189,7 @@ public:
                next=0;
                first=0;
                
-               assert(current->ready);
+               ASSERT(current->ready);
                        
                /*emit*/ tableReady(0);