ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/public/ibx/trunk/ibcontrols/IBLookupComboEditBox.pas
(Generate patch)

Comparing ibx/trunk/ibcontrols/IBLookupComboEditBox.pas (file contents):
Revision 79 by tony, Wed Jul 12 09:13:04 2017 UTC vs.
Revision 80 by tony, Mon Jan 1 11:31:07 2018 UTC

# Line 569 | Line 569 | begin
569    if assigned(FDataLink) then FDataLink.Free;
570    if assigned(FIBLookupControlLink) then FIBLookupControlLink.Free;
571    if assigned(FTimer) then FTimer.Free;
572 +  Application.RemoveAsyncCalls(self);
573    inherited Destroy;
574   end;
575  

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines