Mootools event leak
- by user572263
The example to demonstrate the issue can be found here:
link text
The test shows a basic Mootools class that contains an element variable with a click event attached. There’s also a “cleanup” function to remove the event and nullify the element variable.
My problem is that when I loop a thousand times to create the “LeakClass” instance and clean…