no need to delete fSelectMessage in the destructor after using SetSelectionMessage(NULL);
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@17522 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -110,7 +110,6 @@ BListView::BListView(BMessage* archive)
|
|||||||
BListView::~BListView()
|
BListView::~BListView()
|
||||||
{
|
{
|
||||||
SetSelectionMessage(NULL);
|
SetSelectionMessage(NULL);
|
||||||
delete fSelectMessage;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user