summaryrefslogtreecommitdiff
path: root/deps/uv/src/unix/ev/ev.c
diff options
context:
space:
mode:
Diffstat (limited to 'deps/uv/src/unix/ev/ev.c')
-rw-r--r--deps/uv/src/unix/ev/ev.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/deps/uv/src/unix/ev/ev.c b/deps/uv/src/unix/ev/ev.c
index b6e190f75f..a432bfbf6b 100644
--- a/deps/uv/src/unix/ev/ev.c
+++ b/deps/uv/src/unix/ev/ev.c
@@ -2554,6 +2554,7 @@ void
ev_unref (EV_P)
{
--activecnt;
+ if (activecnt < 0) abort();
}
void