better solution to add possibility to delete eSocketNotifiers,
[enigma2.git] / lib / dvb / decoder.h
index 7dfe38343a5868e605f0f5afaf1b1cf5dbeb111f..a652e094d359ff0d7c18547079f4ba3fedd8dfd9 100644 (file)
@@ -44,7 +44,7 @@ private:
        m_fd_video;
 #endif
        int m_is_slow_motion, m_is_fast_forward, m_is_freezed;
-       eSocketNotifier *m_sn;
+       ePtr<eSocketNotifier> m_sn;
        void video_event(int what);
        Signal1<void, struct iTSMPEGDecoder::videoEvent> m_event;
 public: