Commit 080cb247 authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - revert the revertion :D

Jokes besides, if ~MainInterface() is called, then p_mi is destroyed, and p_sys->p_mi too. I just hope I am not wrong :D
parent 3432e956
......@@ -352,6 +352,7 @@ MainInterface::~MainInterface()
p_intf->pf_request_window = NULL;
p_intf->pf_release_window = NULL;
p_intf->pf_control_window = NULL;
p_intf->p_sys->p_mi = NULL;
}
/*****************************
......
......@@ -320,7 +320,6 @@ static void Init( intf_thread_t *p_intf )
/* And quit */
MainInputManager::killInstance();
DialogsProvider::killInstance();
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