mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-09-13 22:09:09 +02:00
atari: if FindFirst fails, always call FindClose, just in case
git-svn-id: trunk@36504 -
This commit is contained in:
parent
a635f435b9
commit
f6af4ab25f
@ -216,6 +216,7 @@ begin
|
||||
if dosResult < 0 then
|
||||
begin
|
||||
Error2DosError(dosResult);
|
||||
FindClose(f);
|
||||
exit;
|
||||
end;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user