View Issue Details

IDProjectCategoryView StatusLast Update
0004969JEDI VCL00 JVCL Componentspublic2009-10-05 14:12
Reportera-bentofreireAssigned Toobones 
PrioritynormalSeveritycrashReproducibilityalways
Status resolvedResolutionfixed 
Product Version3.37 
Target VersionFixed in Version 
Summary0004969: Not enough memory allocation for TJvDragDrop.DropFiles in Delphi 2009
DescriptionOn 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
TagsNo tags attached.

Activities

obones

2009-10-05 14:12

administrator   ~0016766

Thanks, this is now solved in SVN

Issue History

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