--- ibx/trunk/ibcontrols/IBLookupComboEditBox.pas 2017/07/12 09:13:04 65 +++ 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;