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:
wp_xxyyzz
2016-07-30 12:08:11 +00:00
parent 08b4caa46c
commit bcd43cd892

View File

@ -471,6 +471,7 @@ end;
destructor TVpMonthView.Destroy;
begin
FHeadAttr.Free;
FTodayAttr.Free;
FDayHeadAttr.Free;
FDayNumberFont.Free;