aboutsummaryrefslogtreecommitdiff
path: root/lib/driver/avswitch.h
diff options
context:
space:
mode:
authorAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-29 19:46:57 +0000
committerAndreas Monzner <andreas.monzner@multimedia-labs.de>2008-10-29 19:46:57 +0000
commit10e7e45ae92d4fe06f70126ed256b87896dbc432 (patch)
treef4b03eb252e5517ccb67be3cd8463c10e14e147c /lib/driver/avswitch.h
parent6bb94cd5b0d8fd3608afe84e8d76aef554a4b401 (diff)
downloadenigma2-10e7e45ae92d4fe06f70126ed256b87896dbc432.tar.gz
enigma2-10e7e45ae92d4fe06f70126ed256b87896dbc432.zip
better solution to add possibility to delete eSocketNotifiers,
eConsoleAppContainers in callback funktions without crash
Diffstat (limited to 'lib/driver/avswitch.h')
-rw-r--r--lib/driver/avswitch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/driver/avswitch.h b/lib/driver/avswitch.h
index cc92e20e..8fdafdd1 100644
--- a/lib/driver/avswitch.h
+++ b/lib/driver/avswitch.h
@@ -10,7 +10,7 @@ class eAVSwitch: public Object
{
static eAVSwitch *instance;
int m_video_mode;
- eSocketNotifier *m_fp_notifier;
+ ePtr<eSocketNotifier> m_fp_notifier;
void fp_event(int what);
int m_fp_fd;
#ifdef SWIG