forgot to closehandle

This commit is contained in:
Adam D. Ruppe 2016-07-05 23:21:09 -04:00
parent de037b37df
commit c4f1afe1ec
1 changed files with 1 additions and 0 deletions

View File

@ -1370,6 +1370,7 @@ class Timer {
// KillTimer(null, handle);
CancelWaitableTimer(cast(void*)handle);
mapping.remove(handle);
CloseHandle(handle);
handle = null;
}
} else version(linux) {