* Added NOTE to BListView destructor about not freeing the items.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@31136 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -129,6 +129,7 @@ BListView::BListView(BMessage* archive)
|
|||||||
|
|
||||||
BListView::~BListView()
|
BListView::~BListView()
|
||||||
{
|
{
|
||||||
|
// NOTE: According to BeBook, BListView does not free the items itself.
|
||||||
delete fTrack;
|
delete fTrack;
|
||||||
SetSelectionMessage(NULL);
|
SetSelectionMessage(NULL);
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user