I have 13.10.1 version. This canvas TRVFontInfoCacheFast.FInvalidItem.Canvas is not destroyed when TRVFontInfoCacheFast destroys. I fix it such way:
procedure TRVFontInfoCacheFast.Clear;
var
CacheItem: TRVFontInfoCacheItem;
i: Integer;
begin
{ -- Begin Added Lines -- }
if Assigned ...
Search found 1 match
- Fri Apr 12, 2013 10:39 am
- Forum: Support
- Topic: TCanvas leak
- Replies: 2
- Views: 8318