swordlegend / recastnavigation

Automatically exported from code.google.com/p/recastnavigation
zlib License
0 stars 0 forks source link

Zero Byte Allocations #84

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
When calling dtCreateNavMeshData, the following line can potentially do 0 byte 
allocation:

unsigned char* offMeshConClass = NEW unsigned char [params->offMeshConCount*2];

Original issue reported on code.google.com by armstron...@gmail.com on 8 Jun 2010 at 8:46

GoogleCodeExporter commented 9 years ago

Original comment by memono...@gmail.com on 8 Jun 2010 at 5:19

GoogleCodeExporter commented 9 years ago
Fixed in 168

Original comment by memono...@gmail.com on 8 Jul 2010 at 11:07