Commit 8ecdcd6c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - should fix #1348 (invalid free)

parent a4d3bb46
...@@ -320,7 +320,8 @@ static void Init( intf_thread_t *p_intf ) ...@@ -320,7 +320,8 @@ static void Init( intf_thread_t *p_intf )
/* And quit */ /* And quit */
MainInputManager::killInstance(); MainInputManager::killInstance();
DialogsProvider::killInstance(); DialogsProvider::killInstance();
delete p_intf->p_sys->p_mi; // This can occasion double free. to check
//delete p_intf->p_sys->p_mi;
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