Commit 9ef72fe5 authored by Rafaël Carré's avatar Rafaël Carré

qt4: delete the QApplication when we are finished using it, removes an ugly...

qt4: delete the QApplication when we are finished using it, removes an ugly QObject::killTimers warning.
parent e27ff969
......@@ -279,6 +279,7 @@ static void Init( intf_thread_t *p_intf )
/* Launch */
app->exec();
delete app;
/* And quit */
MainInputManager::killInstance();
......
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