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:
alexs75
2018-01-29 06:23:01 +00:00
parent 1086cfba0a
commit 47d2a48f3d

View File

@ -6955,6 +6955,7 @@ end;
destructor TRxDBGrid.Destroy;
begin
CleanDSEvent;
FreeAndNil(FFilterSimpleEdit);
FreeAndNil(FFooterOptions);
FreeAndNil(FRxDbGridLookupComboEditor);
FreeAndNil(FRxDbGridDateEditor);