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
The text was updated successfully, but these errors were encountered:
SkybuckFlying
changed the title
Potentially unsafe code in UBlockChain.pas initialization and finalization sections
Potentially unsafe code in UBlockChain.pas initialization section
Jan 27, 2022
Again exception handling not yet in place.
initialization
SetLength(_OperationsClass, 0);
RegisterOperationsClass;
_PCOperationsStorage := TPCOperationsStorage.Create;
finalization
FreeAndNil(_PCOperationsStorage);
end.
The text was updated successfully, but these errors were encountered: