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