You've already forked lazarus-ccr
tvplanit: Fix memory leak in MonthView's TodayAttributes.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5051 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -402,6 +402,7 @@ end;
|
||||
destructor TVpMvTodayAttr.Destroy;
|
||||
begin
|
||||
FBorderPen.Free;
|
||||
FFont.Free;
|
||||
inherited;
|
||||
end;
|
||||
|
||||
|
Reference in New Issue
Block a user