[vlc-devel] commit: input: partially revert f63268acaafdca4f3e17b837c37a105c01739c0f ( my fault). ( Rémi Duraffort )

git version control git at videolan.org
Tue May 26 15:41:48 CEST 2009


vlc | branch: 1.0-bugfix | Rémi Duraffort <ivoire at videolan.org> | Tue May 26 15:16:08 2009 +0200| [622c64a18a8d770b75df5ff6cd1a2f2013b6caa3] | committer: Rémi Duraffort 

input: partially revert f63268acaafdca4f3e17b837c37a105c01739c0f (my fault).
I'm not sure that VLC can't still leak memory in this case...

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

 src/input/input.c |    1 -
 1 files changed, 0 insertions(+), 1 deletions(-)

diff --git a/src/input/input.c b/src/input/input.c
index cfb3065..01bc04f 100644
--- a/src/input/input.c
+++ b/src/input/input.c
@@ -1138,7 +1138,6 @@ static void InitPrograms( input_thread_t * p_input )
     {
         demux_Control( p_input->p->input.p_demux, DEMUX_SET_GROUP, -1,
                         val.p_list );
-        var_Change( p_input, "programs", VLC_VAR_FREELIST, &val, NULL );
     }
     else
     {




More information about the vlc-devel mailing list