Commit 1f831316 authored by Francois Cartegnie's avatar Francois Cartegnie

demux: adaptative: uninitialized member

parent 5abe21ee
......@@ -141,6 +141,7 @@ ISegment::SegmentChunk::SegmentChunk(ISegment *segment_, const std::string &url)
{
segment = segment_;
segment->chunksuse.Set(segment->chunksuse.Get() + 1);
rep = NULL;
}
ISegment::SegmentChunk::~SegmentChunk()
......
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