View Issue Details
| ID | Project | Category | View Status | Date Submitted | Last Update |
|---|---|---|---|---|---|
| 0004969 | JEDI VCL | 00 JVCL Components | public | 2009-10-05 00:54 | 2009-10-05 14:12 |
| Reporter | a-bentofreire | Assigned To | obones | ||
| Priority | normal | Severity | crash | Reproducibility | always |
| Status | resolved | Resolution | fixed | ||
| Product Version | 3.37 | ||||
| Target Version | Fixed in Version | ||||
| Summary | 0004969: Not enough memory allocation for TJvDragDrop.DropFiles in Delphi 2009 | ||||
| Description | On TJvDragDrop.DropFiles: The line ReallocMem(Buffer, BufferLength) should be ReallocMem(Buffer, BufferLength * SizeOf(Char)) the same for the GetMem since DragQueryFile returns the nr of chars and not nr of bytes. I had an application crashing many times until I found the problem | ||||
| Tags | No tags attached. | ||||
| Date Modified | Username | Field | Change |
|---|---|---|---|
| 2009-10-05 00:54 | a-bentofreire | New Issue | |
| 2009-10-05 14:12 | obones | Note Added: 0016766 | |
| 2009-10-05 14:12 | obones | Status | new => assigned |
| 2009-10-05 14:12 | obones | Status | assigned => resolved |
| 2009-10-05 14:12 | obones | Resolution | open => fixed |
| 2009-10-05 14:12 | obones | Assigned To | => obones |