diff options
Diffstat (limited to 'packages/bun-uws/src/Loop.h')
-rw-r--r-- | packages/bun-uws/src/Loop.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/bun-uws/src/Loop.h b/packages/bun-uws/src/Loop.h index d3ca45b58..7311dd976 100644 --- a/packages/bun-uws/src/Loop.h +++ b/packages/bun-uws/src/Loop.h @@ -126,7 +126,7 @@ public: LoopData *loopData = (LoopData *) us_loop_ext((us_loop_t *) this); /* Stop and free dateTimer first */ - us_timer_close(loopData->dateTimer); + us_timer_close(loopData->dateTimer, 1); loopData->~LoopData(); /* uSockets will track whether this loop is owned by us or a borrowed alien loop */ |