Replace object.clear to destroy

This commit is contained in:
k-hara 2012-05-31 19:27:52 +09:00
parent ec773717bb
commit 72a33de959
4 changed files with 12 additions and 13 deletions

View file

@ -1392,7 +1392,7 @@ struct LockingTextReader
_crt = FGETC(cast(_iobuf*) _f.p.handle);
if (_crt == -1)
{
clear(_f);
.destroy(_f);
return true;
}
else