swordlegend / recastnavigation

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

Memory Leak #79

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
in the function ~dtTiledNavMesh(),
the orgin code is:
if (m_tiles[i].data && m_tiles[i].dataSize < 0),
would it be :
if (m_tiles[i].data && m_tiles[i].dataSize > 0) ?

it lead to memory leak

Original issue reported on code.google.com by zhibin.l...@gmail.com on 11 May 2010 at 9:43

GoogleCodeExporter commented 9 years ago
That is old code, and has changed since.
Please update to the latest version from SVN.

Original comment by memono...@gmail.com on 11 May 2010 at 9:47