Forgot to delete fLayoutData in destructor.
git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@27669 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
@@ -145,6 +145,7 @@ BTextControl::BTextControl(const char* label, const char* text,
|
|||||||
BTextControl::~BTextControl()
|
BTextControl::~BTextControl()
|
||||||
{
|
{
|
||||||
SetModificationMessage(NULL);
|
SetModificationMessage(NULL);
|
||||||
|
delete fLayoutData;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user