Commit b6efef38 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Quit correctly(?) from the interface/DP. Should fix #1598.

parent 19c12d3c
......@@ -88,7 +88,7 @@ DialogsProvider::~DialogsProvider()
void DialogsProvider::quit()
{
vlc_object_kill( p_intf );
vlc_object_kill( p_intf->p_libvlc );
QApplication::closeAllWindows();
QApplication::quit();
}
......
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