summaryrefslogtreecommitdiff
path: root/avstream/avshws/device.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'avstream/avshws/device.cpp')
-rw-r--r--avstream/avshws/device.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}
/*++