mirror of
https://github.com/nodejs/node-v0.x-archive.git
synced 2026-04-28 03:01:10 -04:00
When clearTimeouts was called on a timer multiple times, it would break the doubly-linked list along with future timeouts. This patch fixes that.