[vlc-commits] [Git][videolan/vlc][3.0.x] demux: adaptive: fix description leak
Jean-Baptiste Kempf (@jbk)
gitlab at videolan.org
Fri Jan 7 07:46:55 UTC 2022
Jean-Baptiste Kempf pushed to branch 3.0.x at VideoLAN / VLC
Commits:
33ae1608 by Francois Cartegnie at 2022-01-07T07:24:02+00:00
demux: adaptive: fix description leak
- - - - -
1 changed file:
- modules/demux/adaptive/plumbing/FakeESOut.cpp
Changes:
=====================================
modules/demux/adaptive/plumbing/FakeESOut.cpp
=====================================
@@ -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 );
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/33ae16084a579437a96910263153a592c39e03be
--
View it on GitLab: https://code.videolan.org/videolan/vlc/-/commit/33ae16084a579437a96910263153a592c39e03be
You're receiving this email because of your account on code.videolan.org.
More information about the vlc-commits
mailing list