You've already forked lazarus-ccr
tvplanit: Fix memory leak in monthview.
git-svn-id: https://svn.code.sf.net/p/lazarus-ccr/svn@5054 8e941d3f-bd1b-0410-a28a-d453659cc2b4
This commit is contained in:
@ -471,6 +471,7 @@ end;
|
||||
|
||||
destructor TVpMonthView.Destroy;
|
||||
begin
|
||||
FHeadAttr.Free;
|
||||
FTodayAttr.Free;
|
||||
FDayHeadAttr.Free;
|
||||
FDayNumberFont.Free;
|
||||
|
Reference in New Issue
Block a user