fakhirsh / FEngine

Highly cross-platform Game Engine. Simple yet powerful Component based, data driven architecture.
BSD 2-Clause "Simplified" License
2 stars 0 forks source link

Possible Memory Leak in PhysicsFactory #19

Closed fakhirsh closed 9 years ago

fakhirsh commented 9 years ago

Possible Memory is leaking in PhysicsFactory specially while creating fixture shapes.

fakhirsh commented 9 years ago

Used a smart pointer instead of naked one =]