View Issue Details

IDProjectCategoryView StatusLast Update
0001464JEDI VCL00 JVCL Componentspublic2004-04-22 02:55
ReporteranonymousAssigned Touser72 
PrioritynormalSeveritytrivialReproducibilityalways
Status closedResolutionfixed 
Product Version 
Target VersionFixed in Version 
Summary0001464: Possible memory leak in TJvScrollText
DescriptionIn the TJvScrollText constructor, a TFont is created for FFont but it's never used and released :
FFont := TFont.Create;
FFont := FText.Font;
TagsNo tags attached.

Activities

user72

2004-03-10 06:51

  ~0003298

Maybe it's some type of "notify me about system font changes" hack?
Either way, it should be released.

user72

2004-03-10 06:59

  ~0003300

Fixed in CVS (frees the font). Thanks.

Issue History

Date Modified Username Field Change
2004-03-10 05:25 anonymous New Issue
2004-03-10 06:51 user72 Note Added: 0003298
2004-03-10 06:51 user72 Status new => assigned
2004-03-10 06:51 user72 Assigned To => user72
2004-03-10 06:59 user72 Status assigned => resolved
2004-03-10 06:59 user72 Resolution open => fixed
2004-03-10 06:59 user72 Note Added: 0003300
2004-04-22 02:55 user72 Status resolved => closed