You've already forked lazarus-ccr
fpspreadsheet: Fix memory leak in fpopendocument (forgot to call inherited destructor of TsSpreadOpenDocWriter).
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@3351 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3102,6 +3102,8 @@ begin
|
||||
|
||||
for j:=FRowStyleList.Count-1 downto 0 do TObject(FRowStyleList[j]).Free;
|
||||
FRowStyleList.Free;
|
||||
|
||||
inherited Destroy;
|
||||
end;
|
||||
|
||||
{
|
||||
|
Reference in New Issue
Block a user