mozilla / pluotsorbet

[ARCHIVED] PluotSorbet is a J2ME-compatible virtual machine written in JavaScript.
GNU General Public License v2.0
237 stars 46 forks source link

We're leaking monitor objects #1848

Open marco-c opened 9 years ago

marco-c commented 9 years ago

We create them in getMonitor and add them to monitorMap, but never remove them from it.