kamaliang
18-02-2011 09:43:58
Detected memory leak when i ran nxogretutorials 101 with Boost-UnitTest !
I found that the "mRenderSystem"(Critter::RenderSystem) was created dynamic in setupPhysics func, but did not be delete in stopPhysics func,
so i tried to deleted it in the stopPhysics func,it's very sad that the memory leak was still occurred...
Is the "Detritus" did not delete the resources or else ?
NxOgre: Detritus, the newest version of the git master
OGRE: 1-7-2
VC: 2008
Boost: 1.4.3
PhysX: PhysX_9.10.0513_SystemSoftware.exe && PhysX_2.8.4.4_for_PC_Core(SDK).msi
Please have a check with it... thanks...
I found that the "mRenderSystem"(Critter::RenderSystem) was created dynamic in setupPhysics func, but did not be delete in stopPhysics func,
so i tried to deleted it in the stopPhysics func,it's very sad that the memory leak was still occurred...

Is the "Detritus" did not delete the resources or else ?
NxOgre: Detritus, the newest version of the git master
OGRE: 1-7-2
VC: 2008
Boost: 1.4.3
PhysX: PhysX_9.10.0513_SystemSoftware.exe && PhysX_2.8.4.4_for_PC_Core(SDK).msi
Please have a check with it... thanks...