PhyKit
PhyKit copied to clipboard
Memory leak in CPHYCollisionShape
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.