View Issue Details

IDProjectCategoryView StatusLast Update
0003232JEDI VCL00 JVCL Componentspublic2005-09-26 12:26
ReporterpawelgoluchAssigned ToAHUser 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.00 
Target VersionFixed in Version3.10 
Summary0003232: TJvDBCustomSearchComboBox DataLink not nil
DescriptionThere should be a nil assigned to FDataLink (see code below) becouse of crashes in Notification system. See how Borland do it (TDBLookupControl.Destroy).

destructor TJvDBCustomSearchComboBox.Destroy;
begin
 FDataLink.Free;
 FDataLink:= nil; //added line
 inherited Destroy;
end;
TagsNo tags attached.

Activities

AHUser

2005-09-26 12:26

developer   ~0007984

Fixed in CVS.

Issue History

Date Modified Username Field Change
2005-09-26 04:24 pawelgoluch New Issue
2005-09-26 12:26 AHUser Status new => resolved
2005-09-26 12:26 AHUser Resolution open => fixed
2005-09-26 12:26 AHUser Assigned To => AHUser
2005-09-26 12:26 AHUser Note Added: 0007984