Commit 0b301104 authored by Rémi Duraffort's avatar Rémi Duraffort

Fix object leak in Qt4.

parent 7f2fcb75
......@@ -1190,5 +1190,7 @@ void CaptureOpenPanel::advancedDialog()
msg_Dbg( p_intf, "%s", qtu( advMRL ) );
}
delete adv;
module_PutConfig( p_config );
module_Put( p_module );
}
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