# | Line 1000 | Line 1000 | end; | |
---|---|---|
1000 | destructor TIBDynamicGridColumn.Destroy; | |
1001 | begin | |
1002 | if assigned(FDBLookupProperties) then FDBLookupProperties.Free; | |
1003 | + | Application.RemoveAsyncCalls(self); |
1004 | inherited Destroy; | |
1005 | end; | |
1006 | ||
# | Line 1292 | Line 1293 | begin | |
1293 | if assigned(FIBControlLink) then FIBControlLink.Free; | |
1294 | if assigned(FIndexFieldsList) then FIndexFieldsList.Free; | |
1295 | if assigned(FDBLookupCellEditor) then FDBLookupCellEditor.Free; | |
1296 | + | Application.RemoveAsyncCalls(self); |
1297 | inherited Destroy; | |
1298 | end; | |
1299 |
– | Removed lines |
+ | Added lines |
< | Changed lines |
> | Changed lines |