SyncroEdit: Fix, remove Async from queue, if destroyed

git-svn-id: trunk@25672 -
This commit is contained in:
martin 2010-05-26 22:13:58 +00:00
parent cc7d32817b
commit 83626913a6

View File

@ -1408,6 +1408,7 @@ end;
destructor TSynPluginSyncroEdit.Destroy;
begin
Application.RemoveAsyncCalls(Self);
inherited Destroy;
FreeAndNil(FWordIndex);
FreeAndNil(FLowerLines);