aboutsummaryrefslogtreecommitdiff
path: root/lib/dvb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/dvb')
-rw-r--r--lib/dvb/demux.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/dvb/demux.cpp b/lib/dvb/demux.cpp
index e1d8bbaf..be9ac937 100644
--- a/lib/dvb/demux.cpp
+++ b/lib/dvb/demux.cpp
@@ -126,6 +126,6 @@ RESULT eDVBSectionReader::stop()
RESULT eDVBSectionReader::connectRead(const Slot1<void,const __u8*> &r, ePtr<eConnection> &conn)
{
- conn = new eConnection(read.connect(r));
+ conn = new eConnection(this, read.connect(r));
return 0;
}