* 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:
Stephan Aßmus 2009-06-20 15:00:33 +00:00
parent 262c5f651e
commit 01206002ba
1 changed files with 1 additions and 0 deletions

View File

@ -129,6 +129,7 @@ BListView::BListView(BMessage* archive)
BListView::~BListView()
{
// NOTE: According to BeBook, BListView does not free the items itself.
delete fTrack;
SetSelectionMessage(NULL);
}