also use refcounting for eTimers
[enigma2.git] / lib / dvb / esection.h
index ae8066528353ce22456b8907d0474be5a1552baa..5720d5ded82d37b30544177a0003163354c8c392 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();