Skip to content
Snippets Groups Projects
Commit 33ae1608 authored by François Cartegnie's avatar François Cartegnie :fingers_crossed: Committed by Jean-Baptiste Kempf
Browse files

demux: adaptive: fix description leak

parent 0b23c96a
No related branches found
No related tags found
2 merge requests!3533Backport MR 3236 to 3.0.x,!1159[3.0.x] demux: adaptive: fix description leak
Pipeline #176940 passed with stage
in 24 minutes and 32 seconds
......@@ -285,6 +285,7 @@ void FakeESOut::createOrRecycleRealEsID( AbstractFakeESOutID *es_id_ )
realid = es_out_Add( real_es_out, &fmt );
if( b_preexisting && b_select ) /* was previously selected on other format */
es_out_Control( real_es_out, ES_OUT_SET_ES, realid );
es_format_Clean( &fmt );
}
es_id->setRealESID( realid );
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment