find mistake in code
nustxujun opened this issue · 2 comments
nustxujun commented
in createConvexMesh , convex mesh will be released by heapallocator when failed . I think it should be released by mMemoryManager, right?
DanielChappuis commented
Thanks a lot for your feedback. Yes, you are right !
I will fix that in the next release of the library.
DanielChappuis commented
This issue should now be fixed in release of version v0.10.1. Thanks again for reporting this issue.