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 )
/* And quit */
MainInputManager::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;
}
......
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