mirror of
https://gitlab.com/freepascal.org/lazarus/lazarus.git
synced 2025-10-01 18:10:14 +02:00
SyncroEdit: Fix, remove Async from queue, if destroyed
git-svn-id: trunk@25672 -
This commit is contained in:
parent
cc7d32817b
commit
83626913a6
@ -1408,6 +1408,7 @@ end;
|
||||
|
||||
destructor TSynPluginSyncroEdit.Destroy;
|
||||
begin
|
||||
Application.RemoveAsyncCalls(Self);
|
||||
inherited Destroy;
|
||||
FreeAndNil(FWordIndex);
|
||||
FreeAndNil(FLowerLines);
|
||||
|
Loading…
Reference in New Issue
Block a user