bool f()
{
TStringList *StringList = new TStringList;
if (asd)
delete StringList;
return false;
}
return true;