DanielChappuis/reactphysics3d

find mistake in code

nustxujun opened this issue · 2 comments

in createConvexMesh , convex mesh will be released by heapallocator when failed . I think it should be released by mMemoryManager, right?

Thanks a lot for your feedback. Yes, you are right !
I will fix that in the next release of the library.

This issue should now be fixed in release of version v0.10.1. Thanks again for reporting this issue.