diff --git a/CHANGELOG.md b/CHANGELOG.md index 1be93671..20445bab 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -1,7 +1,7 @@ # Changelog All notable changes to this project will be documented in this file. -## Unreleased - ??? +## 1.14.1 - 2021-01-18 - Add `doc-of` for reverse documentation lookup. - Add `ev/give-supervsior` to send a message to the supervising channel. - Add `ev/gather` and `chan` argument to `ev/go`. This new argument allows "supervisor channels" diff --git a/src/core/ev.c b/src/core/ev.c index ad51fcd9..c3b4d6fa 100644 --- a/src/core/ev.c +++ b/src/core/ev.c @@ -1008,7 +1008,7 @@ static void janet_unlisten(JanetListenerState *state) { void janet_loop1_impl(int has_timeout, JanetTimestamp to) { ULONG_PTR completionKey = 0; DWORD num_bytes_transfered = 0; - LPOVERLAPPED overlapped; + LPOVERLAPPED overlapped = NULL; /* Calculate how long to wait before timeout */ uint64_t waittime;