[vlc-devel] commit: Fix quit sequence in dbus. (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:23:12 2009 +0100| [4e9b99f1ae072beb6f66c4d5700dba1a0247cd55] | committer: Laurent Aimar 

Fix quit sequence in dbus.

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

 modules/control/dbus.c |    3 ---
 1 files changed, 0 insertions(+), 3 deletions(-)

diff --git a/modules/control/dbus.c b/modules/control/dbus.c
index 79aaca1..fe3b771 100644
--- a/modules/control/dbus.c
+++ b/modules/control/dbus.c
@@ -125,9 +125,6 @@ vlc_module_end ()
 DBUS_METHOD( Quit )
 { /* exits vlc */
     REPLY_INIT;
-    playlist_t *p_playlist = pl_Hold( (vlc_object_t*) p_this );
-    playlist_Stop( p_playlist );
-    pl_Release( ((vlc_object_t*) p_this) );
     vlc_object_kill(((vlc_object_t*)p_this)->p_libvlc);
     REPLY_SEND;
 }




More information about the vlc-devel mailing list