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

Qt: fix a leak when exiting main interface

parent cfa61f34
......@@ -347,6 +347,8 @@ MainInterface::~MainInterface()
QVLCTools::saveWidgetPosition(settings, this);
settings->endGroup();
delete statusBar();
/* Unregister callbacks */
var_DelCallback( p_intf->p_libvlc, "intf-show", IntfShowCB, p_intf );
var_DelCallback( p_intf->p_libvlc, "intf-popupmenu", PopupMenuCB, p_intf );
......
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