mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-11 20:26:00 +02:00
parent
a6ec8c5e97
commit
7aa7f1b96f
@ -148,7 +148,7 @@ begin
|
||||
try
|
||||
{$endif}
|
||||
for E := Low(FStandardEncodings) to High(FStandardEncodings) do
|
||||
FStandardEncodings[E].Free;
|
||||
FreeAndNil(FStandardEncodings[E]);
|
||||
{$ifdef FPC_HAS_FEATURE_THREADING}
|
||||
finally
|
||||
LeaveCriticalSection(FLock);
|
||||
|
Loading…
Reference in New Issue
Block a user