mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-04 08:42:07 +00:00
Fixed leaking in the SourceView.
This commit is contained in:
parent
67186e6eca
commit
86593f5d1e
@ -48,7 +48,7 @@ using namespace musik::cube;
|
|||||||
|
|
||||||
/*ctor*/ SourcesView::SourcesView()
|
/*ctor*/ SourcesView::SourcesView()
|
||||||
: lastHotRowIndex(-1)
|
: lastHotRowIndex(-1)
|
||||||
, listView(new ListView())
|
, listView(NULL)
|
||||||
, defaultView(new Label(_T("No item selected. You shouldn't see this!")))
|
, defaultView(new Label(_T("No item selected. You shouldn't see this!")))
|
||||||
{
|
{
|
||||||
this->listView = new ListView();
|
this->listView = new ListView();
|
||||||
|
Loading…
Reference in New Issue
Block a user