xeolabs / scenejs

An extensible WebGL-based 3D engine. This is an archived project.
https://xeolabs.github.io/scenejs/
Other
649 stars 165 forks source link

Fixed memory leaks #416

Closed xeolabs closed 8 years ago

xeolabs commented 8 years ago

Wherever possible, SceneJS tries to re-use array storage. However, unused array elements were not being nulled, causing SceneJS to retain things that should have been garbage collected.