View Issue Details

IDProjectCategoryView StatusLast Update
0004933JEDI VCL00 JVCL Componentspublic2009-09-22 15:35
ReporterChristianWimmerAssigned Toobones 
PrioritynormalSeverityminorReproducibilityalways
Status resolvedResolutionduplicate 
Product VersionDaily / GIT 
Target VersionFixed in Version 
Summary0004933: Memoryleak in TJvTransparentButton
DescriptionThere is a memory leak in constructor JVTransparentButton.pas::TJvTransparentButton.Create
at line 606:
FImages := TJvTransparentButtonImages.Create(Self);

In the destructor it is said that the images are destroyed by the owner
// FImages.Free; // owner-destroyed

However there is no owner relationship because TJvTransparentButtonImages is a descendant of just TPersistent.

Additional InformationRemoving the comment fixes the leak.
TagsNo tags attached.

Relationships

duplicate of 0004372 resolvedAHUser Memory Leak 

Activities

obones

2009-09-22 15:35

administrator   ~0016126

This has been fixed by issue 4372, back in April

Issue History

Date Modified Username Field Change
2009-09-12 14:08 ChristianWimmer New Issue
2009-09-22 15:35 obones Note Added: 0016126
2009-09-22 15:35 obones Relationship added duplicate of 0004372
2009-09-22 15:35 obones Duplicate ID 0 => 4372
2009-09-22 15:35 obones Status new => resolved
2009-09-22 15:35 obones Resolution open => duplicate
2009-09-22 15:35 obones Assigned To => obones