Commit 68c2317b authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

dash: DASHManager: Prevent a crash when the downloader fails to start.

parent f6247a0f
......@@ -36,12 +36,15 @@ using namespace dash::buffer;
DASHManager::DASHManager ( MPD *mpd,
IAdaptationLogic::LogicType type, stream_t *stream) :
conManager ( NULL ),
currentChunk ( NULL ),
adaptationLogic( NULL ),
logicType ( type ),
mpdManager ( NULL ),
mpd ( mpd ),
stream (stream)
stream ( stream ),
downloader ( NULL ),
buffer ( NULL )
{
}
DASHManager::~DASHManager ()
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment