[vlc-commits] es_out: add missing video props cleanup

Thomas Guillem git at videolan.org
Fri Feb 28 20:46:30 CET 2020


vlc | branch: master | Thomas Guillem <thomas at gllm.fr> | Fri Feb 28 10:15:04 2020 +0100| [b9bedab1784dbafb2a00dec70d21474bcae2ca7b] | committer: Thomas Guillem

es_out: add missing video props cleanup

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=b9bedab1784dbafb2a00dec70d21474bcae2ca7b
---

 src/input/es_out.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/input/es_out.c b/src/input/es_out.c
index 99efdc5e08..1ca5f72e7f 100644
--- a/src/input/es_out.c
+++ b/src/input/es_out.c
@@ -607,6 +607,7 @@ static void EsOutDelete( es_out_t *out )
     assert(vlc_list_is_empty(&p_sys->es_slaves));
     assert(vlc_list_is_empty(&p_sys->programs));
     assert(p_sys->p_pgrm == NULL);
+    EsOutPropsCleanup( &p_sys->video );
     EsOutPropsCleanup( &p_sys->audio );
     EsOutPropsCleanup( &p_sys->sub );
 



More information about the vlc-commits mailing list