]> git.sesse.net Git - vlc/blobdiff - modules/video_output/sdl.c
Use pl_Release with the right argument.
[vlc] / modules / video_output / sdl.c
index f39a58c744d13687809819dd5e6858a91661d223..cfd012dfb62f30cf723778ffc09efd74eeead5a4 100644 (file)
@@ -517,7 +517,7 @@ static int Manage( vout_thread_t *p_vout )
                 if( p_playlist != NULL )
                 {
                     playlist_Stop( p_playlist );
-                    pl_Release( p_playlist );
+                    pl_Release( p_vout );
                 }
 #else
 #warning FIXME FIXME ?