You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Indeed the clause "(that don't call any virtual methods and don't access any fields)" was confusing. It was meant to mean "you cannot call any virtual methods / access fields if Self is (possibly) nil".
Here, at the end of line 943:
But actually
TObject.Free
callsTObject.Destroy
which is in turn virtual.The text was updated successfully, but these errors were encountered: