openfl / box2d

Haxe port of Box2D, a popular rigid-body 2D physics engine
Other
95 stars 28 forks source link

Fix memory leaks #16

Closed randomnine closed 6 years ago

randomnine commented 6 years ago

I found several memory leaks in the Haxe port of Box2D. Combined, we were losing 50+ MB/hr to these leaks.

I've posted a separate commit for each leak and put details on each leak in the commit descriptions.

jgranick commented 6 years ago

This is awesome, thank you! :smile:

randomnine commented 6 years ago

No problem! Thanks for being so quick on the merge, I'm glad I could help 😃