Search found 1 match

by goobit
Fri Apr 12, 2013 10:39 am
Forum: Support
Topic: TCanvas leak
Replies: 2
Views: 8318

TCanvas leak

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 ...