mirror of https://github.com/adamdruppe/arsd.git
Merge branch 'master' of github.com:adamdruppe/arsd
This commit is contained in:
commit
b422edfe4e
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue