dead-claudia / thallium

A simple, extensible JavaScript test framework (work in progress)
18 stars 4 forks source link

The loader loop likely leaks memory #64

Open dead-claudia opened 6 years ago

dead-claudia commented 6 years ago

See here. The proper fix would be to have a shared callback state and iteratively consume it, rather than recursively call it. There's likely other similar loops to be concerned about as well (like the before and after hooks).