Skip to content

Removed unnecessary frees of objects.

Yuri Silver requested to merge (removed):wsclient into main

Because these objects frees here.

procedure TCustomWebsocketClient.FreeConnectionObjects;

begin
  FreeAndNil(FSocket);
  FreeAndNil(FConnection);
  FreeAndNil(FTransport);
end;

Merge request reports