From c4f1afe1ec7ebe2b733a6cbdcd5838f73a28b3f2 Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Tue, 5 Jul 2016 23:21:09 -0400 Subject: [PATCH] forgot to closehandle --- simpledisplay.d | 1 + 1 file changed, 1 insertion(+) 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) {