Commit b887dc4c authored by Jean-Baptiste Kempf's avatar Jean-Baptiste Kempf

Qt4 - track destroying of VLM dialog because vlm object is NOT destroyed on exit.

parent 068e4e11
......@@ -164,6 +164,7 @@ VLMDialog::~VLMDialog()
{
/* FIXME :you have to destroy vlm here to close
* but we shouldn't destroy vlm here in case somebody else wants it */
msg_Dbg( p_intf, "Destroying VLM Dialog" );
if( p_vlm )
vlm_Delete( p_vlm );
}
......
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