This commit is contained in:
red-prig 2023-03-07 20:07:45 +03:00
parent 13d96a7142
commit ebfbe572e1
1 changed files with 1 additions and 1 deletions

View File

@ -458,7 +458,7 @@ begin
Windows.TerminateThread(_pthread^.handle,0);
_pthread^.handle:=0;
_sig_unlock;
_free_pthread(_pthread);
//_free_pthread(_pthread);
end;
Result:=0;
end;