Experience-Monks / orbit-controls

generic controls for orbiting a target in 3D
http://jam3.github.io/orbit-controls/
MIT License
110 stars 17 forks source link

Mouse Event memory leak #9

Open gregtatum opened 8 years ago

gregtatum commented 8 years ago

Stumbled across this today while going through some memory stuff on gl-engine. Haven't looked into it further, but it looks like MouseEvent is being retained somewhere. There's 1414 objects there.

screen shot 2016-02-19 at 2 28 51 pm
gregtatum commented 8 years ago

This may be a Firefox thing. Checking it out.