diff --git a/simpledisplay.d b/simpledisplay.d index 94c87b0..919d645 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -1370,6 +1370,7 @@ class Timer { // KillTimer(null, handle); CancelWaitableTimer(cast(void*)handle); mapping.remove(handle); + CloseHandle(handle); handle = null; } } else version(linux) {