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:
parent
d73be01714
commit
53aaed9f6b
@ -145,6 +145,7 @@ BTextControl::BTextControl(const char* label, const char* text,
|
||||
BTextControl::~BTextControl()
|
||||
{
|
||||
SetModificationMessage(NULL);
|
||||
delete fLayoutData;
|
||||
}
|
||||
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user