mirror of
https://github.com/clangen/musikcube.git
synced 2025-01-01 17:58:29 +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()
|
||||
: lastHotRowIndex(-1)
|
||||
, listView(new ListView())
|
||||
, listView(NULL)
|
||||
, defaultView(new Label(_T("No item selected. You shouldn't see this!")))
|
||||
{
|
||||
this->listView = new ListView();
|
||||
|
Loading…
Reference in New Issue
Block a user