Commit 4e9b99f1 authored by Laurent Aimar's avatar Laurent Aimar

Fix quit sequence in dbus.

parent ff7195ba
......@@ -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;
}
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment