I am using the Box2D (v2.2.0) for Marmalade SDK extension found
here.
I am currently getting a problem with memory leaks when I am using DestroyBody. It seems to be deleting the body but my debugger points towards a memory leak on the body's b2fixture and b2BodyDef inits.
I searched around and found that the port for 2.1a Flash version had the exact same problem. They have provided a solution but since I am not that well-versed with Flash I am unable to solve the problem.
Anybody over here has the solution? I get that I will need to change my Box2D extension but I dont know where. Please help.