View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0004283 | JEDI VCL | 00 JVCL Components | public | 2007-10-30 07:18 | 2007-10-30 11:44 |
Reporter | TMuet | Assigned To | AHUser | ||
Priority | normal | Severity | minor | Reproducibility | have not tried |
Status | resolved | Resolution | fixed | ||
Product Version | 3.33 | ||||
Target Version | Fixed in Version | 3.34 | |||
Summary | 0004283: [TJvxButtonGlyph] Memory leak in destroy | ||||
Description | FastMM4 detects a memory leak on line 2493 : if Assigned(GlyphCache) and GlyphCache.empty then which avoids to free GlyphCache :o( I replaced it with only : if Assigned(GlyphCache) then and it seem to please FastMM4. And me too :o) | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2007-10-30 07:18 | TMuet | New Issue | |
2007-10-30 11:43 | AHUser | Status | new => resolved |
2007-10-30 11:43 | AHUser | Fixed in Version | => Daily / SVN |
2007-10-30 11:43 | AHUser | Resolution | open => fixed |
2007-10-30 11:43 | AHUser | Assigned To | => AHUser |
2007-10-30 11:43 | AHUser | Note Added: 0014006 |