FIXED: It's not nice to leak memory.
This commit is contained in:
parent
b2d052108f
commit
7662138dec
1 changed files with 3 additions and 0 deletions
|
@ -66,6 +66,9 @@ namespace NLGUI
|
|||
{
|
||||
if( _Parent != NULL )
|
||||
_Parent->delView( _ViewText );
|
||||
else
|
||||
delete _ViewText;
|
||||
|
||||
_ViewText = NULL;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue