Explorar el Código

* initialize Result variable of THTTPSysHandler.WaitForRequest

Sven Barth hace 4 años
padre
commit
2650049b2c
Se han modificado 1 ficheros con 2 adiciones y 0 borrados
  1. 2 0
      packages/fcl-web/src/base/custhttpsys.pp

+ 2 - 0
packages/fcl-web/src/base/custhttpsys.pp

@@ -635,6 +635,8 @@ var
   readsize: ULONG;
   res: ULONG;
 begin
+  Result := False;
+
   if not Assigned(fBuffer) then begin
     InitUrls;