mirror of https://github.com/lukechilds/node.git
Browse Source
This reverts commit 928ea564d1
.
Keeping the original Array instance in-place essentially causes a memory leak
on EventEmitters that use an infinite number of event names (an incrementing
counter, for example), which isn't an unreasonable thing to want to do.
Fixes #3702.
v0.8.7-release
Nathan Rajlich
13 years ago
2 changed files with 2 additions and 9 deletions
Loading…
Reference in new issue