PhyKit icon indicating copy to clipboard operation
PhyKit copied to clipboard

Memory leak in CPHYCollisionShape

Open c0008 opened this issue 1 year ago • 0 comments

I think there is a memory leak in PhyKit-shared/objc/CollisionShapes/CPHYCollisionShape.mm in the method initConvexHullWithGeometry. btConvexHullShape *c_convexHull is created but never released.

I haven't verified it because there is currently a bug in the Instruments tool of Xcode which prevents attaching to the application.

c0008 avatar Aug 06 '23 16:08 c0008