Commit af04bf60 authored by Rémi Duraffort's avatar Rémi Duraffort

Remove a memleak in Qt4.

parent 5d6c8137
...@@ -426,6 +426,9 @@ static void Init( intf_thread_t *p_intf ) ...@@ -426,6 +426,9 @@ static void Init( intf_thread_t *p_intf )
/* Destroy the MainInputManager */ /* Destroy the MainInputManager */
MainInputManager::killInstance(); MainInputManager::killInstance();
/* Delete the configuration */
delete p_intf->p_sys->mainSettings;
/* Delete the application */ /* Delete the application */
delete app; delete app;
......
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