AndreasMadsen / trace

Creates super long stack traces
https://trace.js.org
MIT License
194 stars 18 forks source link

Memory leak with clearTimeout #18

Closed AndreasMadsen closed 8 years ago

AndreasMadsen commented 8 years ago

When clearTimeout is called the destroy hook isn't called because setTimeout is monkey patched. clearTimeout will need to be monkey patched as well. This is also an issue with setInterval and setImmediate.

AndreasMadsen commented 8 years ago

Fixed in 2.2.0