diff --git a/src/bounce/collision/shapes/qhull.cpp b/src/bounce/collision/shapes/qhull.cpp index 81ace9f..6a80b40 100644 --- a/src/bounce/collision/shapes/qhull.cpp +++ b/src/bounce/collision/shapes/qhull.cpp @@ -296,6 +296,7 @@ void b3QHull::Set(const b3Vec3* points, u32 count) qhHull hull; hull.Construct(ps, psCount); + b3Free(ps); #endif