View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004933 | JEDI VCL | 00 JVCL Components | public | 2009-09-12 14:08 | 2009-09-22 15:35 |
Reporter | ChristianWimmer | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | duplicate | ||
Product Version | Daily / GIT | ||||
Target Version | Fixed in Version | ||||
Summary | 0004933: Memoryleak in TJvTransparentButton | ||||
Description | There 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 Information | Removing the comment fixes the leak. | ||||
Tags | No tags attached. | ||||
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 |