mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-11-05 06:13:20 +01:00
* Fixed file handle leak when creating GUIDs
git-svn-id: trunk@11121 -
This commit is contained in:
parent
48bf280781
commit
8b94b4b849
@ -70,7 +70,6 @@ begin
|
|||||||
finally
|
finally
|
||||||
FileClose(FD);
|
FileClose(FD);
|
||||||
end;
|
end;
|
||||||
end;
|
|
||||||
end;
|
end;
|
||||||
|
|
||||||
Function SysCreateGUID(out GUID : TGUID) : Integer;
|
Function SysCreateGUID(out GUID : TGUID) : Integer;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user