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:
wp_xxyyzz
2016-07-29 22:19:07 +00:00
parent 267efe922d
commit fc7427cc7a

View File

@ -402,6 +402,7 @@ end;
destructor TVpMvTodayAttr.Destroy; destructor TVpMvTodayAttr.Destroy;
begin begin
FBorderPen.Free; FBorderPen.Free;
FFont.Free;
inherited; inherited;
end; end;