You've already forked lazarus-ccr
fpspreadsheet: Fix memory leak if writing an empty string to a worksheet by calling WriteUTF8Text
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@4388 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -3779,7 +3779,7 @@ begin
|
||||
begin
|
||||
r := ACell^.Row;
|
||||
c := ACell^.Col;
|
||||
RemoveCell(r, c);
|
||||
RemoveAndFreeCell(r, c);
|
||||
ChangedCell(r, c);
|
||||
end else
|
||||
WriteBlank(ACell);
|
||||
|
Reference in New Issue
Block a user