Qt,Qt5: use Release() instead of Destroy() to prevent potential crash.

This commit is contained in:
Željan Rikalo 2022-06-13 14:28:11 +02:00
parent d58e00b0d1
commit 68b7b9fad9
2 changed files with 2 additions and 2 deletions

View File

@ -241,7 +241,7 @@ procedure TQtTimerEx.signalWidgetDestroyed; cdecl;
begin
Stop;
FTimerList.Delete(FHandle, FID);
Destroy;
Release;
end;
procedure TQtTimerEx.signalTimeout; cdecl;

View File

@ -241,7 +241,7 @@ procedure TQtTimerEx.signalWidgetDestroyed; cdecl;
begin
Stop;
FTimerList.Delete(FHandle, FID);
Destroy;
Release;
end;
procedure TQtTimerEx.signalTimeout; cdecl;