View Issue Details

IDProjectCategoryView StatusLast Update
0003025JEDI VCL00 JVCL Componentspublic2005-06-11 02:25
ReporteranonymousAssigned To 
PrioritynormalSeverityminorReproducibilityalways
Status closedResolutionopen 
Product Version3.00 
Target VersionFixed in Version 
Summary0003025: TJvGIFAnimator Resource Leak
DescriptionTJvGIFAnimator doesn't free FTimer.

Solution:

inlcude FTimer.Destroy on TJvGIFAnimator.Destroy


TagsNo tags attached.

Activities

anonymous

2005-06-10 05:29

viewer   ~0007412

TJvGIFAnimator is the owner of FTimer, because the timer is created as

FTimer := TJvTimer.Create(Self);

where Self is the TJvGIFAnimator component.

Thus the timer is destroyed (by the VCL mechanism) when the TJvGIFAnimator component is destroyed.

obones

2005-06-11 02:25

administrator   ~0007417

This is a non issue, the timer is destroyed.

Issue History

Date Modified Username Field Change
2005-06-10 04:13 anonymous New Issue
2005-06-10 05:29 anonymous Note Added: 0007412
2005-06-11 02:25 obones Status new => closed
2005-06-11 02:25 obones Note Added: 0007417