Search found 1 match
- Fri Apr 12, 2013 10:39 am
- Forum: Support
- Topic: TCanvas leak
- Replies: 2
- Views: 7777
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(FInvalidItem) and ...