Commit 73908fcf authored by Hugo Beauzée-Luyssen's avatar Hugo Beauzée-Luyssen

PluginsDialog: Fix leak

parent ae24f549
......@@ -94,6 +94,9 @@ PluginDialog::PluginDialog( intf_thread_t *_p_intf ) : QVLCFrame( _p_intf )
PluginDialog::~PluginDialog()
{
delete pluginTab;
delete extensionTab;
delete addonsTab;
saveWidgetPosition( "PluginsDialog" );
}
......
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