diff options
| -rw-r--r-- | avstream/avshws/avshws.inx | bin | 5944 -> 5974 bytes | |||
| -rw-r--r-- | avstream/avshws/device.cpp | 2 |
2 files changed, 1 insertions, 1 deletions
diff --git a/avstream/avshws/avshws.inx b/avstream/avshws/avshws.inx Binary files differindex ca763d0a..238ce187 100644 --- a/avstream/avshws/avshws.inx +++ b/avstream/avshws/avshws.inx diff --git a/avstream/avshws/device.cpp b/avstream/avshws/device.cpp index b0a7fb23..845e938f 100644 --- a/avstream/avshws/device.cpp +++ b/avstream/avshws/device.cpp @@ -57,7 +57,7 @@ operator new[]( ULONG tag ) { - return ExAllocatePoolWZero(poolType, iSize, tag); + return ExAllocatePoolZero(poolType, iSize, tag); } /*++ |
