FIX: [] delete MediaPlayCtrl before wxMediaCtrl2
Change-Id: Ic92be54f159baf78a27afb18838397f1eb99fac0
This commit is contained in:
parent
fbcf589a18
commit
6d2a667c92
1 changed files with 1 additions and 1 deletions
|
@ -158,7 +158,7 @@ StatusBasePanel::StatusBasePanel(wxWindow *parent, wxWindowID id, const wxPoint
|
|||
this->Layout();
|
||||
}
|
||||
|
||||
StatusBasePanel::~StatusBasePanel() {}
|
||||
StatusBasePanel::~StatusBasePanel() { delete m_media_play_ctrl; }
|
||||
|
||||
void StatusBasePanel::init_bitmaps()
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue