mirror of
https://github.com/tuxbox-neutrino/neutrino.git
synced 2025-08-28 07:51:19 +02:00
src/driver/streamts.cpp check after new
This commit is contained in:
@@ -169,6 +169,8 @@ bool CStreamInstance::Open()
|
|||||||
return false;
|
return false;
|
||||||
|
|
||||||
dmx = new cDemux(tmpchan->getRecordDemux());//FIXME
|
dmx = new cDemux(tmpchan->getRecordDemux());//FIXME
|
||||||
|
if(!dmx)
|
||||||
|
return false;
|
||||||
return dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
|
return dmx->Open(DMX_TP_CHANNEL, NULL, DMX_BUFFER_SIZE);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user