]> git.sesse.net Git - vlc/commitdiff
* src/playlist/playlist.c: who said testing was useful ?
authorGildas Bazin <gbazin@videolan.org>
Mon, 23 Feb 2004 21:57:56 +0000 (21:57 +0000)
committerGildas Bazin <gbazin@videolan.org>
Mon, 23 Feb 2004 21:57:56 +0000 (21:57 +0000)
src/playlist/playlist.c

index d29407a41f699ffd62d4f89bfb5d318b0d2ed9be..1e5d2f2c38ee163a8b44f800230591e27368a156 100644 (file)
@@ -2,7 +2,7 @@
  * playlist.c : Playlist management functions
  *****************************************************************************
  * Copyright (C) 1999-2004 VideoLAN
- * $Id: playlist.c,v 1.81 2004/02/23 21:50:14 gbazin Exp $
+ * $Id: playlist.c,v 1.82 2004/02/23 21:57:56 gbazin Exp $
  *
  * Authors: Samuel Hocevar <sam@zoy.org>
  *
@@ -380,7 +380,7 @@ static void RunThread ( playlist_t *p_playlist )
                 i_vout_destroyed_date =
                     ObjectGarbageCollector( p_playlist, VLC_OBJECT_VOUT,
                                             i_vout_destroyed_date );
-                i_vout_destroyed_date =
+                i_sout_destroyed_date =
                     ObjectGarbageCollector( p_playlist, VLC_OBJECT_SOUT,
                                             i_sout_destroyed_date );
                 vlc_mutex_lock( &p_playlist->object_lock );