projects
/
reactos.git
/ blobdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
raw
| inline |
side by side
[WDMAUD] Close mixers on cleanup. Should fix CORE-10735 definitely (#21)
[reactos.git]
/
drivers
/
wdm
/
audio
/
legacy
/
wdmaud
/
entry.c
diff --git
a/drivers/wdm/audio/legacy/wdmaud/entry.c
b/drivers/wdm/audio/legacy/wdmaud/entry.c
index
ee30484
..
eede791
100644
(file)
--- a/
drivers/wdm/audio/legacy/wdmaud/entry.c
+++ b/
drivers/wdm/audio/legacy/wdmaud/entry.c
@@
-326,6
+326,7
@@
WdmAudCleanup(
/* found an still open audio pin */
ZwClose(pClient->hPins[Index].Handle);
}
+ WdmAudCloseAllMixers(DeviceObject, pClient, Index);
}
/* free pin array */