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:
Stephan Aßmus 2008-09-21 15:29:02 +00:00
parent d73be01714
commit 53aaed9f6b

View File

@ -145,6 +145,7 @@ BTextControl::BTextControl(const char* label, const char* text,
BTextControl::~BTextControl()
{
SetModificationMessage(NULL);
delete fLayoutData;
}