[vlc-devel] commit: Fix double free introduced in [ b9da1de8597bd18de0f23e59f323bbe609e2f263] ( Rafaël Carré )

git version control git at videolan.org
Sun May 18 16:55:20 CEST 2008


vlc | branch: 0.8.6-bugfix | Rafaël Carré <funman at videolan.org> | Sun May 18 16:56:50 2008 +0200| [dab68fbbafda9a353ba791b190417e91eca9a8d6]

Fix double free introduced in [b9da1de8597bd18de0f23e59f323bbe609e2f263]

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

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

diff --git a/src/playlist/view.c b/src/playlist/view.c
index 5ccfd96..f2860b8 100644
--- a/src/playlist/view.c
+++ b/src/playlist/view.c
@@ -175,7 +175,6 @@ int playlist_ViewUpdate( playlist_t *p_playlist, int i_view)
     if( i_view == VIEW_ALL )
     {
         p_view->p_root->i_children = p_playlist->i_size;
-        free( p_view->p_root->pp_children );
         p_view->p_root->pp_children = p_playlist->pp_items;
     }
 




More information about the vlc-devel mailing list