You've already forked lazarus-ccr
RxFPC:RxDBGrid - fix memleak. patch from Александр Дегтярев
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@6153 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -6955,6 +6955,7 @@ end;
|
||||
destructor TRxDBGrid.Destroy;
|
||||
begin
|
||||
CleanDSEvent;
|
||||
FreeAndNil(FFilterSimpleEdit);
|
||||
FreeAndNil(FFooterOptions);
|
||||
FreeAndNil(FRxDbGridLookupComboEditor);
|
||||
FreeAndNil(FRxDbGridDateEditor);
|
||||
|
Reference in New Issue
Block a user