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) {
|
} else version(Windows) {
|
||||||
if(pulser !is null)
|
if(pulser !is null) {
|
||||||
pulser.destroy();
|
pulser.destroy();
|
||||||
|
pulser = null;
|
||||||
|
}
|
||||||
if (customEventH !is null) {
|
if (customEventH !is null) {
|
||||||
CloseHandle(customEventH);
|
CloseHandle(customEventH);
|
||||||
customEventH = null;
|
customEventH = null;
|
||||||
|
|
Loading…
Reference in New Issue