[vlc-devel] commit: Fix quit sequence in rc. (Laurent Aimar )
git version control
git at videolan.org
Tue Jan 6 21:37:53 CET 2009
vlc | branch: master | Laurent Aimar <fenrir at videolan.org> | Tue Jan 6 21:22:34 2009 +0100| [ff7195ba1008fb029a5673649f860d0c20e1036c] | committer: Laurent Aimar
Fix quit sequence in rc.
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=ff7195ba1008fb029a5673649f860d0c20e1036c
---
modules/control/rc.c | 5 -----
1 files changed, 0 insertions(+), 5 deletions(-)
diff --git a/modules/control/rc.c b/modules/control/rc.c
index 965f719..23a7b05 100644
--- a/modules/control/rc.c
+++ b/modules/control/rc.c
@@ -1542,11 +1542,6 @@ static int Quit( vlc_object_t *p_this, char const *psz_cmd,
{
VLC_UNUSED(p_data); VLC_UNUSED(psz_cmd);
VLC_UNUSED(oldval); VLC_UNUSED(newval);
- playlist_t *p_playlist;
-
- p_playlist = pl_Hold( p_this );
- playlist_Stop( p_playlist );
- vlc_object_release( p_playlist );
vlc_object_kill( p_this->p_libvlc );
return VLC_SUCCESS;
More information about the vlc-devel
mailing list