diff --git a/simpledisplay.d b/simpledisplay.d index aeb3cf3..f3d4a8c 100644 --- a/simpledisplay.d +++ b/simpledisplay.d @@ -2469,8 +2469,10 @@ struct EventLoopImpl { } } else version(Windows) { - if(pulser !is null) + if(pulser !is null) { pulser.destroy(); + pulser = null; + } if (customEventH !is null) { CloseHandle(customEventH); customEventH = null;