Skip to content

Commit 12d7255

Browse files
Bug fix VCL
1 parent 5000744 commit 12d7255

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

src/Horse.Provider.VCL.pas

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -292,8 +292,6 @@ class procedure THorseProvider.SetPort(const AValue: Integer);
292292
class destructor THorseProvider.UnInitialize;
293293
begin
294294
FreeAndNil(FIdHTTPWebBrokerBridge);
295-
if FEvent <> nil then
296-
FreeAndNil(FEvent);
297295
end;
298296

299297
initialization

0 commit comments

Comments
 (0)