View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0002578 | JEDI VCL | 00 JVCL Components | public | 2005-01-31 01:04 | 2005-02-03 01:02 |
Reporter | anonymous | Assigned To | obones | ||
Priority | normal | Severity | minor | Reproducibility | always |
Status | resolved | Resolution | fixed | ||
Product Version | 3.00 BETA | ||||
Target Version | Fixed in Version | 3.00 | |||
Summary | 0002578: Memory Leak in function TJvCustomUpDown.AcceptInteger | ||||
Description | There is a memory leak in the function TJvCustomUpDown.AcceptInteger function TJvCustomUpDown.AcceptInteger: Boolean; ... GetMem(Info, InfoSize); try ... finally FreeMem(Info, FileInfoSize); => *** Should be: FreeMem(Info, InfoSize); *** end; Regards, AndrewFG | ||||
Tags | No tags attached. | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2005-01-31 01:04 | anonymous | New Issue | |
2005-02-03 00:36 | obones | Status | new => assigned |
2005-02-03 00:36 | obones | Assigned To | => obones |
2005-02-03 01:02 | obones | Status | assigned => resolved |
2005-02-03 01:02 | obones | Resolution | open => fixed |
2005-02-03 01:02 | obones | Note Added: 0006352 |