--- ibx/trunk/ibcontrols/IBLookupComboEditBox.pas 2017/12/31 14:53:21 79 +++ ibx/trunk/ibcontrols/IBLookupComboEditBox.pas 2018/01/01 11:31:07 80 @@ -569,6 +569,7 @@ begin if assigned(FDataLink) then FDataLink.Free; if assigned(FIBLookupControlLink) then FIBLookupControlLink.Free; if assigned(FTimer) then FTimer.Free; + Application.RemoveAsyncCalls(self); inherited Destroy; end;