Commit 88de6a9f authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Stop playlist on quit, to fix some quitting crashes.

(cherry picked from commit 1d4f7191)
Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent eaff51d8
......@@ -93,6 +93,8 @@ DialogsProvider::~DialogsProvider()
void DialogsProvider::quit()
{
/* Stop the playlist */
playlist_Stop( THEPL );
b_isDying = true;
vlc_object_kill( p_intf->p_libvlc );
QApplication::closeAllWindows();
......
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